Fix new ansible-lint errors
Quite a few changes here, hopefully they work!
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
password: aurto
|
||||
owner: http
|
||||
group: http
|
||||
mode: 0600
|
||||
mode: "600"
|
||||
become: true
|
||||
notify: restart nginx
|
||||
|
||||
@ -24,6 +24,6 @@
|
||||
template:
|
||||
src: files/nginx.conf
|
||||
dest: /etc/nginx/nginx.conf
|
||||
mode: "0600"
|
||||
mode: "600"
|
||||
become: true
|
||||
notify: restart nginx
|
||||
|
Reference in New Issue
Block a user