Skip to content

Commit

Permalink
Merge pull request #1547 from ohayak/patch-1
Browse files Browse the repository at this point in the history
Install AWS CLI with --update flag
  • Loading branch information
k8s-ci-robot committed Aug 29, 2024
2 parents 5cc80dc + 2e837a7 commit d3eb259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/capi/ansible/roles/providers/tasks/awscliv2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
when: ansible_os_family != "Flatcar"

- name: Install AWS CLI v2
ansible.builtin.command: /tmp/aws/install -i /usr/local/aws-cli -b /usr/local/sbin
ansible.builtin.command: /tmp/aws/install --update -i /usr/local/aws-cli -b /usr/local/sbin
when: ansible_os_family != "Flatcar"

- name: Remove temporary files
Expand Down

0 comments on commit d3eb259

Please sign in to comment.