diff --git a/01_roles.yml b/01_roles.yml new file mode 100644 index 0000000..3b61c18 --- /dev/null +++ b/01_roles.yml @@ -0,0 +1,7 @@ +--- +- name: Roles + hosts: linuxservers + become: true + + roles: + - jesperberth.el_httpd diff --git a/02_stat.yml b/02_stat.yml index f387a25..56ecc44 100644 --- a/02_stat.yml +++ b/02_stat.yml @@ -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