Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
requirements: dial in to Ansible 2.4 (#386)
Browse files Browse the repository at this point in the history
If there is an existing Python environment where Ansible 2.2 was
previously installed (as required previously), the `ansible<2.5`
requirement would be satisfied and would not get upgraded to Ansible
2.4 as we desire.  This updates the `requirements.txt` to require
something greater than 2.3 but less than 2.5.
  • Loading branch information
Micah Abbott authored and mike-nguyen committed Apr 28, 2018
1 parent ac5455b commit c4ff0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ansible<2.5
ansible >2.3,<2.5
jmespath

0 comments on commit c4ff0c9

Please sign in to comment.