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:
5a952b2
)
There is a dependecy bug in the new tests. This might reolve it.
author
peusterm
<manuel.peuster@uni-paderborn.de>
Thu, 27 Apr 2017 14:15:11 +0000
(16:15 +0200)
committer
peusterm
<manuel.peuster@uni-paderborn.de>
Thu, 27 Apr 2017 14:15:11 +0000
(16:15 +0200)
ansible/install.yml
patch
|
blob
|
history
diff --git
a/ansible/install.yml
b/ansible/install.yml
index
4e4ff01
..
d5f00ee
100755
(executable)
--- a/
ansible/install.yml
+++ b/
ansible/install.yml
@@
-66,5
+66,8
@@
- name: install latest urllib3 (fix error urllib3.connection.match_hostname = match_hostname)
pip: name=urllib3 state=latest
+ - name: install iptc
+ pip: name=python-iptables state=latest
+