From: peusterm Date: Thu, 20 Jul 2017 11:16:11 +0000 (+0200) Subject: Fix: Wrong field name in Ansible script X-Git-Tag: v3.1~16^2~1 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=commitdiff_plain;h=66ee7baff6d51f6fee2abf0d101521c626592ff8;ds=sidebyside 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