aboutsummaryrefslogtreecommitdiffstats
path: root/roles/httpd_pre/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/httpd_pre/tasks')
-rw-r--r--roles/httpd_pre/tasks/main.yml15
1 files changed, 15 insertions, 0 deletions
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
+
+
remember that computers suck.