Skip to content
Snippets Groups Projects
Commit 74936ca2 authored by nimrod's avatar nimrod
Browse files

- Added missing netstat for Testinfra Socket module.

parent c93bb7cb
No related branches found
No related tags found
No related merge requests found
......@@ -11,3 +11,9 @@
strategy: free
roles:
- role: unbound
post_tasks:
- name: APT install test utilities
when: ansible_pkg_mgr == 'apt'
apt:
name: net-tools
state: present
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment