projects
/
osm
/
vim-emu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49d96c8
)
Fix: Wrong field name in Ansible script
author
peusterm
<manuel.peuster@uni-paderborn.de>
Thu, 20 Jul 2017 11:16:11 +0000
(13:16 +0200)
committer
peusterm
<manuel.peuster@uni-paderborn.de>
Thu, 20 Jul 2017 11:16:11 +0000
(13:16 +0200)
ansible/install.yml
patch
|
blob
|
history
diff --git
a/ansible/install.yml
b/ansible/install.yml
index
ba09b5f
..
d6a6297
100755
(executable)
--- 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