Skip to content

Commit

Permalink
Merge pull request #549 from guardian/ja-aws-cli-quickfix
Browse files Browse the repository at this point in the history
Pin awscli to v1.19.12
  • Loading branch information
jorgeazevedo authored Mar 1, 2021
2 parents 2e730b1 + 7eed4b3 commit e983f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/aws-tools/tasks/install-pip-aws-cli-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
apt: name=python3-pip state=present

- name: Install latest AWS CLI
command: pip3 install awscli
command: pip3 install -I awscli==1.19.12

0 comments on commit e983f3a

Please sign in to comment.