From c3bdb3c7e51b1476af9ebf090fac2fbe323c1091 Mon Sep 17 00:00:00 2001 From: binary Date: Thu, 14 Jan 2021 18:57:53 +0100 Subject: Breakdown roles links with dependencies --- roles/httpd_pre/tasks/main.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 roles/httpd_pre/tasks/main.yml (limited to 'roles/httpd_pre/tasks') diff --git a/roles/httpd_pre/tasks/main.yml b/roles/httpd_pre/tasks/main.yml new file mode 100644 index 0000000..61b052a --- /dev/null +++ b/roles/httpd_pre/tasks/main.yml @@ -0,0 +1,15 @@ + +# httpd ~~ roles/httpd_pre/main.yml +# prerequisites for `httpd` role + +--- + +- name: ensure httpd.d directory exists + file: + path: /etc/httpd.d + state: directory + owner: "{{ user_root }}" + group: "{{ group_root }}" + mode: 0644 + + -- cgit v1.2.3