Skip to content

Commit

Permalink
fix: Update Ansible pip package to '2.5.5' (IBM#163)
Browse files Browse the repository at this point in the history
Ansible version '2.5.2' has a bug that will display "[ERROR]:" when
running a dynamic inventory script
(ansible/ansible#39007) due to an appended new
line character. This issue is resolved by
ansible/ansible#39019 which is included in
Ansible version '2.5.5'.
  • Loading branch information
jaywcarman authored and rbrud committed Jul 22, 2018
1 parent fcdfafc commit ab1fe72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/venv_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sudo -E -H pip install --upgrade virtualenv
virtualenv --no-wheel --system-site-packages ${1}pup-venv
source ${1}pup-venv/bin/activate
pip install \
'ansible==2.5.2' \
'ansible==2.5.5' \
'orderedattrdict==1.5' \
'pyroute2==0.5.0' \
'jsonschema==2.6.0' \
Expand Down

0 comments on commit ab1fe72

Please sign in to comment.