| commit | 66ee7baff6d51f6fee2abf0d101521c626592ff8 | [log] [tgz] |
|---|---|---|
| author | peusterm <manuel.peuster@uni-paderborn.de> | Thu Jul 20 13:16:11 2017 +0200 |
| committer | peusterm <manuel.peuster@uni-paderborn.de> | Thu Jul 20 13:16:11 2017 +0200 |
| tree | db200735a2b98f487aa011f2dad0cdb7bee64ac9 | |
| parent | 49d96c810aa5bbea8a4e15f5852a1b48ae8a0d6e [diff] |
Fix: Wrong field name in Ansible script
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