Skip to content

Commit

Permalink
Merge pull request #1085 from ceefour/patch-5
Browse files Browse the repository at this point in the history
fix: Upgrade Ansible to 2.8.15 (or later patch version)
  • Loading branch information
gavindsouza authored Oct 29, 2020
2 parents de14fc6 + 6ba5198 commit 0367010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def install_prerequisites():
install_package('pip3', 'python3-pip')

success = run_os_command({
'python3': "sudo -H python3 -m pip install --upgrade setuptools wheel cryptography ansible==2.8.5 pip"
'python3': "sudo -H python3 -m pip install --upgrade setuptools wheel cryptography ansible~=2.8.15 pip"
})

if not (success or shutil.which('ansible')):
Expand Down

0 comments on commit 0367010

Please sign in to comment.