Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
fix: Update Ansible pip package to '2.5.5' (#171)
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 committed Jul 3, 2018
1 parent 1a37935 commit e1dc79e
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 @@ python3.6 -m venv ${1}pup-venv
source ${1}pup-venv/bin/activate
pip install --upgrade pip
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 e1dc79e

Please sign in to comment.