We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f502c7e commit 413275cCopy full SHA for 413275c
1 file changed
ansible/roles/aws-package/tasks/main.yml
@@ -19,12 +19,12 @@
19
dest=/tmp/ec2
20
mode=0755
21
22
- - name: Unzip the ec2-api-tool
23
- become: true
24
- unarchive:
25
- src=/tmp/ec2/ec2-api-tools.zip
26
- dest=/usr/local/ec2
27
- copy=no
+# - name: Unzip the ec2-api-tool
+# become: true
+# unarchive:
+# src=/tmp/ec2/ec2-api-tools.zip
+# dest=/usr/local/ec2
+# copy=no
28
29
- name: Download jq into /usr/local/bin
30
become: true
0 commit comments