Moving around more stuff
This commit is contained in:
12
deprecated/playbooks/tasks/setup-aws-cli.yml
Normal file
12
deprecated/playbooks/tasks/setup-aws-cli.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- name: Ensure we have the unzip package
|
||||
apt:
|
||||
name: unzip
|
||||
- name: Download the AWS CLI V2
|
||||
get_url:
|
||||
url: https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip
|
||||
dest: /tmp/awscli.zip
|
||||
- name: Unzip the cli to the tmp dir
|
||||
shell: unzip /tmp/awscli.zip -d /tmp
|
||||
- name: Run awscli installer
|
||||
shell: /tmp/aws/install
|
||||
|
||||
Reference in New Issue
Block a user