Skip to content

Commit

Permalink
aws-tools role uses latest awscli
Browse files Browse the repository at this point in the history
Changes the `awscli` install step to always install the latest version. Essentially the inverse change to #549 where the `awscli` was pinned to a specific version due to a lack of support for Python 3.4/3.5

Attempts to solve a problem where the awscli was failing to install correctly. The problem was fixed in a recent version of the `awscli`: aws/aws-cli#8036 (comment)
  • Loading branch information
JamieB-gu committed Jul 21, 2023
1 parent 54a55e7 commit d0a3d13
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 -I awscli==1.19.12
command: pip3 install awscli

0 comments on commit d0a3d13

Please sign in to comment.