Skip to content

Commit

Permalink
env: upgrade to latest ansible 1.9 release; r=sheehan
Browse files Browse the repository at this point in the history
We should always use the latest available version to pull in
bug fixes, etc.

Differential Revision: https://phabricator.services.mozilla.com/D10618

--HG--
extra : moz-landing-system : lando
  • Loading branch information
indygreg committed Nov 1, 2018
1 parent 4362607 commit d686d09
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ansible/files/requirements-ansible-1.9.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ansible==1.9.4
ansible<1.10
4 changes: 2 additions & 2 deletions ansible/files/requirements-ansible-1.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# pip-compile --generate-hashes --output-file ansible/files/requirements-ansible-1.9.txt ansible/files/requirements-ansible-1.9.in
#
ansible==1.9.4 \
--hash=sha256:972c2face49f1577bd0ff7989440bfe2820e66fb10d7579915cc536bccfa6fe3
ansible==1.9.6 \
--hash=sha256:50773781b1e76f2885bbeb2351a97cf1c6a29239d3e073da939a104e7e81ee5d
asn1crypto==0.24.0 \
--hash=sha256:2f1adbb7546ed199e3c90ef23ec95c5cf3585bac7d11fb7eb562a3fe89c64e87 \
--hash=sha256:9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49 \
Expand Down
4 changes: 2 additions & 2 deletions deploy-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# pip-compile --generate-hashes --output-file deploy-requirements.txt deploy-requirements.in
#
ansible==1.9.4 \
--hash=sha256:972c2face49f1577bd0ff7989440bfe2820e66fb10d7579915cc536bccfa6fe3
ansible==1.9.6 \
--hash=sha256:50773781b1e76f2885bbeb2351a97cf1c6a29239d3e073da939a104e7e81ee5d
asn1crypto==0.24.0 \
--hash=sha256:2f1adbb7546ed199e3c90ef23ec95c5cf3585bac7d11fb7eb562a3fe89c64e87 \
--hash=sha256:9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49 \
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ amqp==1.4.9 \
--hash=sha256:2dea4d16d073c902c3b89d9b96620fb6729ac0f7a923bbc777cb4ad827c0c61a \
--hash=sha256:e0ed0ce6b8ffe5690a2e856c7908dc557e0e605283d6885dd1361d79f2928908 \
# via kombu
ansible==1.9.4 \
--hash=sha256:972c2face49f1577bd0ff7989440bfe2820e66fb10d7579915cc536bccfa6fe3
ansible==1.9.6 \
--hash=sha256:50773781b1e76f2885bbeb2351a97cf1c6a29239d3e073da939a104e7e81ee5d
anyjson==0.3.3 \
--hash=sha256:37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba \
# via kombu
Expand Down
4 changes: 2 additions & 2 deletions vcssync/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
amqp==1.4.9 \
--hash=sha256:2dea4d16d073c902c3b89d9b96620fb6729ac0f7a923bbc777cb4ad827c0c61a \
--hash=sha256:e0ed0ce6b8ffe5690a2e856c7908dc557e0e605283d6885dd1361d79f2928908
ansible==1.9.4 \
--hash=sha256:972c2face49f1577bd0ff7989440bfe2820e66fb10d7579915cc536bccfa6fe3
ansible==1.9.6 \
--hash=sha256:50773781b1e76f2885bbeb2351a97cf1c6a29239d3e073da939a104e7e81ee5d
anyjson==0.3.3 \
--hash=sha256:37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba \
# via kombu
Expand Down

0 comments on commit d686d09

Please sign in to comment.