forked from bitlair/ansible
Linting
This commit is contained in:
parent
d0cd352b4a
commit
77c1732623
31 changed files with 127 additions and 149 deletions
|
@ -28,7 +28,7 @@
|
|||
ansible.builtin.template:
|
||||
src: nginx-site.conf
|
||||
dest: /etc/nginx/sites-enabled/trollibox
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
notify: Reload nginx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue