ro
This commit is contained in:
7
01_roles.yml
Normal file
7
01_roles.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
- name: Roles
|
||||||
|
hosts: linuxservers
|
||||||
|
become: true
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- jesperberth.el_httpd
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
path: /usr/local/aws-cli
|
path: /usr/local/aws-cli
|
||||||
register: awsinstallfile
|
register: awsinstallfile
|
||||||
|
|
||||||
- name: Install aws-cli
|
# - name: Install aws-cli
|
||||||
ansible.builtin.shell: |
|
# ansible.builtin.shell: |
|
||||||
~/aws/install
|
# ~/aws/install
|
||||||
when: not awsinstallfile.stat.exists
|
# when: not awsinstallfile.stat.exists
|
||||||
|
|||||||
Reference in New Issue
Block a user