| commit | 49d96c810aa5bbea8a4e15f5852a1b48ae8a0d6e | [log] [tgz] |
|---|---|---|
| author | peusterm <manuel.peuster@uni-paderborn.de> | Thu Jul 20 12:39:11 2017 +0200 |
| committer | peusterm <manuel.peuster@uni-paderborn.de> | Thu Jul 20 12:39:11 2017 +0200 |
| tree | 697d54d1be20eab6aead5cda80a91b4eff8897ad | |
| parent | 9e975accc9959605fe980f1f5a5bb4996f5746c0 [diff] [blame] |
Fix: Broken external dependecy.
diff --git a/ansible/install.yml b/ansible/install.yml index fc25d48..ba09b5f 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=latest + pip: name=urllib3 state=1.21.1 - name: install iptc pip: name=python-iptables state=latest