From 66ee7baff6d51f6fee2abf0d101521c626592ff8 Mon Sep 17 00:00:00 2001 From: peusterm Date: Thu, 20 Jul 2017 13:16:11 +0200 Subject: [PATCH 1/1] Fix: Wrong field name in Ansible script --- ansible/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/install.yml b/ansible/install.yml index ba09b5f..d6a6297 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -64,7 +64,7 @@ pip: name=prometheus_client state=latest - name: install latest urllib3 (fix error urllib3.connection.match_hostname = match_hostname) - pip: name=urllib3 state=1.21.1 + pip: name=urllib3 version=1.21.1 - name: install iptc pip: name=python-iptables state=latest -- 2.17.1