diff --git a/roles/php4dvd/tasks/main.yml b/roles/php4dvd/tasks/main.yml index cfc53f6..85b1042 100644 --- a/roles/php4dvd/tasks/main.yml +++ b/roles/php4dvd/tasks/main.yml @@ -22,7 +22,7 @@ ansible.builtin.template: dest: /etc/systemd/system/php4dvd-container.service src: php4dvd-container.service.j2 - mode: 0644 + mode: "0644" owner: root group: "{{ ansible_wheel }}" @@ -30,7 +30,7 @@ ansible.builtin.template: dest: /etc/sysconfig/php4dvd-container src: php4dvd-container.sysconfig.j2 - mode: 0600 + mode: "0600" owner: root group: "{{ ansible_wheel }}" notify: Restart php4dvd-container @@ -48,8 +48,7 @@ location /php4dvd { proxy_pass http://127.0.0.1:8005/; } - mode: 0644 + mode: "0644" owner: root group: "{{ ansible_wheel }}" notify: Restart nginx -