aboutsummaryrefslogtreecommitdiffstats
path: root/roles/httpd_pre
diff options
context:
space:
mode:
Diffstat (limited to 'roles/httpd_pre')
-rw-r--r--roles/httpd_pre/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/httpd_pre/tasks/main.yml b/roles/httpd_pre/tasks/main.yml
index 39cb1c7..acc6673 100644
--- a/roles/httpd_pre/tasks/main.yml
+++ b/roles/httpd_pre/tasks/main.yml
@@ -6,7 +6,7 @@
state: directory
owner: 0
group: 0
- mode: 0644
+ mode: "0644"
- name: create htpasswd directory
ansible.builtin.file:
@@ -14,7 +14,7 @@
state: directory
owner: "www"
group: "www"
- mode: 0700
+ mode: "0700"
- name: mount nfs in chroot
ansible.builtin.include_role:
remember that computers suck.