Fix: Wrong field name in Ansible script
authorpeusterm <manuel.peuster@uni-paderborn.de>
Thu, 20 Jul 2017 11:16:11 +0000 (13:16 +0200)
committerpeusterm <manuel.peuster@uni-paderborn.de>
Thu, 20 Jul 2017 11:16:11 +0000 (13:16 +0200)
ansible/install.yml

index ba09b5f..d6a6297 100755 (executable)
@@ -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