Skip to content

Commit

Permalink
aws-tools role uses awscli v1.29.8
Browse files Browse the repository at this point in the history
This is the current latest version of the awscli.

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)

The awscli was previously pinned to a specific version due to a lack of support for Python 3.4/3.5: #549
  • Loading branch information
JamieB-gu committed Jul 21, 2023
1 parent 54a55e7 commit b0f6f96
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 -I awscli==1.29.8

0 comments on commit b0f6f96

Please sign in to comment.