diff options
Diffstat (limited to 'roles/httpd')
-rw-r--r-- | roles/httpd/tasks/main.yml | 2 |
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: |