From c11137f3cea5cb3e6d6f8bca819e855864a72666 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 13 Jun 2023 11:47:50 +0200 Subject: [PATCH] ro --- 01_roles.yml | 7 +++++++ 02_stat.yml | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 01_roles.yml 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