From 74936ca2f044d94fb64af064c091e3b4ee0d9de7 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 19 Dec 2016 14:05:24 +0200 Subject: [PATCH] - Added missing netstat for Testinfra Socket module. --- tests/playbook.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/playbook.yml b/tests/playbook.yml index 2b6cfdc..11484dd 100644 --- a/tests/playbook.yml +++ b/tests/playbook.yml @@ -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 -- GitLab