php4dvd: lint fixes
This commit is contained in:
parent
eb90c60317
commit
04e140c8d5
1 changed files with 3 additions and 4 deletions
|
@ -22,7 +22,7 @@
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
dest: /etc/systemd/system/php4dvd-container.service
|
dest: /etc/systemd/system/php4dvd-container.service
|
||||||
src: php4dvd-container.service.j2
|
src: php4dvd-container.service.j2
|
||||||
mode: 0644
|
mode: "0644"
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
dest: /etc/sysconfig/php4dvd-container
|
dest: /etc/sysconfig/php4dvd-container
|
||||||
src: php4dvd-container.sysconfig.j2
|
src: php4dvd-container.sysconfig.j2
|
||||||
mode: 0600
|
mode: "0600"
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
notify: Restart php4dvd-container
|
notify: Restart php4dvd-container
|
||||||
|
@ -48,8 +48,7 @@
|
||||||
location /php4dvd {
|
location /php4dvd {
|
||||||
proxy_pass http://127.0.0.1:8005/;
|
proxy_pass http://127.0.0.1:8005/;
|
||||||
}
|
}
|
||||||
mode: 0644
|
mode: "0644"
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
notify: Restart nginx
|
notify: Restart nginx
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue