We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cc80dc + 2e837a7 commit d3eb259Copy full SHA for d3eb259
images/capi/ansible/roles/providers/tasks/awscliv2.yml
@@ -91,7 +91,7 @@
91
when: ansible_os_family != "Flatcar"
92
93
- name: Install AWS CLI v2
94
- 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
95
96
97
- name: Remove temporary files
0 commit comments