From 04e140c8d535b5ec71340e8991ea25f3d087bdcd Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Thu, 12 Oct 2023 16:33:52 +0000 Subject: [PATCH] php4dvd: lint fixes --- roles/php4dvd/tasks/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -