Skip to content

Commit d3eb259

Browse files
authored
Merge pull request #1547 from ohayak/patch-1
Install AWS CLI with --update flag
2 parents 5cc80dc + 2e837a7 commit d3eb259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/capi/ansible/roles/providers/tasks/awscliv2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
when: ansible_os_family != "Flatcar"
9292

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

9797
- name: Remove temporary files

0 commit comments

Comments
 (0)