aboutsummaryrefslogtreecommitdiffstats
path: root/roles/httpd/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/httpd/tasks/main.yml')
-rw-r--r--roles/httpd/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/httpd/tasks/main.yml b/roles/httpd/tasks/main.yml
index ce4853a..f946044 100644
--- a/roles/httpd/tasks/main.yml
+++ b/roles/httpd/tasks/main.yml
@@ -12,7 +12,7 @@
dest: "{{ httpd_configuration_file }}"
owner: 0
group: 0
- mode: 0644
+ mode: "0644"
- name: enable and restart httpd
ansible.builtin.service:
remember that computers suck.