aboutsummaryrefslogtreecommitdiffstats
path: root/roles/httpd_pre/tasks/main.yml
blob: 61b052ae8b659aa476a0b381afc208d5a7dc0086 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.