Skip to content

Commit

Permalink
ansible: upgrade to Ansible 2.5; r=sheehan
Browse files Browse the repository at this point in the history
Porting notes are available at
https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_2.5.html.

There are a ton of changes in this release.

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

--HG--
extra : moz-landing-system : lando
  • Loading branch information
indygreg committed Nov 2, 2018
1 parent e7b563c commit 23c23d8
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ansible/files/requirements-ansible.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ansible<2.5
ansible<2.6
4 changes: 2 additions & 2 deletions ansible/files/requirements-ansible.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# ./upgrade-python-packages
#
ansible==2.4.6.0 \
--hash=sha256:f8cb44f76710faf88fc7dc0c703a3f39fe8a3bb1b98eb70506ef2cddf7e3e0c0
ansible==2.5.11 \
--hash=sha256:44544a9e8b9c9b1ab8168a53a8131aec05636ef8fe2688732a6a0935e87c301f
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 @@ -5,8 +5,8 @@
# ./upgrade-python-packages
#
--find-links https://s3-us-west-2.amazonaws.com/moz-packages/pypi/index.html
ansible==2.4.6.0 \
--hash=sha256:f8cb44f76710faf88fc7dc0c703a3f39fe8a3bb1b98eb70506ef2cddf7e3e0c0
ansible==2.5.11 \
--hash=sha256:44544a9e8b9c9b1ab8168a53a8131aec05636ef8fe2688732a6a0935e87c301f
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==2.4.6.0 \
--hash=sha256:f8cb44f76710faf88fc7dc0c703a3f39fe8a3bb1b98eb70506ef2cddf7e3e0c0
ansible==2.5.11 \
--hash=sha256:44544a9e8b9c9b1ab8168a53a8131aec05636ef8fe2688732a6a0935e87c301f
anyjson==0.3.3 \
--hash=sha256:37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba \
# via kombu
Expand Down
2 changes: 1 addition & 1 deletion testing/clobber.hgmaster
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Upgrade to Ansible 2.4.
Upgrade to Ansible 2.5.
2 changes: 1 addition & 1 deletion testing/clobber.hgweb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Upgrade to Ansible 2.4.
Upgrade to Ansible 2.5.
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==2.4.6.0 \
--hash=sha256:f8cb44f76710faf88fc7dc0c703a3f39fe8a3bb1b98eb70506ef2cddf7e3e0c0
ansible==2.5.11 \
--hash=sha256:44544a9e8b9c9b1ab8168a53a8131aec05636ef8fe2688732a6a0935e87c301f
anyjson==0.3.3 \
--hash=sha256:37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba \
# via kombu
Expand Down

0 comments on commit 23c23d8

Please sign in to comment.