Skip to content
Snippets Groups Projects
Commit 238fea93 authored by nimrod's avatar nimrod
Browse files

- Install net-tools for netstat for Testinfra Socket module.

parent 080aaeed
No related branches found
No related tags found
No related merge requests found
...@@ -11,3 +11,9 @@ ...@@ -11,3 +11,9 @@
strategy: free strategy: free
roles: roles:
- role: dhcp - role: dhcp
post_tasks: # For testing.
- name: APT install
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