This commit is contained in:
2023-06-13 11:47:50 +02:00
parent 909d2ea639
commit c11137f3ce
2 changed files with 11 additions and 4 deletions

7
01_roles.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: Roles
hosts: linuxservers
become: true
roles:
- jesperberth.el_httpd

View File

@@ -9,7 +9,7 @@
path: /usr/local/aws-cli
register: awsinstallfile
- name: Install aws-cli
ansible.builtin.shell: |
~/aws/install
when: not awsinstallfile.stat.exists
# - name: Install aws-cli
# ansible.builtin.shell: |
# ~/aws/install
# when: not awsinstallfile.stat.exists