🚨: yamllint conformity
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
ansible.builtin.template:
|
||||
src: "{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
mode: 0644
|
||||
mode: "0o644"
|
||||
notify:
|
||||
- Restart nginx
|
||||
loop:
|
||||
|
@@ -15,7 +15,7 @@
|
||||
ansible.builtin.template:
|
||||
src: "vhosts/{{ item }}.conf.j2"
|
||||
dest: "/etc/nginx/sites-available/{{ item }}.conf"
|
||||
mode: 0644
|
||||
mode: "0o644"
|
||||
notify:
|
||||
- Restart nginx
|
||||
loop: "{{ web_hostname }}"
|
||||
|
Reference in New Issue
Block a user