From c25a458842746b4047be06411efb203025ffec65 Mon Sep 17 00:00:00 2001 From: peusterm Date: Thu, 27 Apr 2017 16:15:11 +0200 Subject: [PATCH] There is a dependecy bug in the new tests. This might reolve it. --- ansible/install.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/install.yml b/ansible/install.yml index 4e4ff01..d5f00ee 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -66,5 +66,8 @@ - name: install latest urllib3 (fix error urllib3.connection.match_hostname = match_hostname) pip: name=urllib3 state=latest + - name: install iptc + pip: name=python-iptables state=latest + -- 2.17.1