php4dvd: lint fixes

This commit is contained in:
Timo Makinen 2023-10-12 16:33:52 +00:00
parent eb90c60317
commit 04e140c8d5

View file

@ -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