Fix ansible lint for rule [208] always specify mode and owner for template
This commit is contained in:
parent
3925e32188
commit
3fceeff74f
1 changed files with 3 additions and 0 deletions
|
@ -11,4 +11,7 @@
|
||||||
template:
|
template:
|
||||||
src: main.cf.j2
|
src: main.cf.j2
|
||||||
dest: /etc/postfix/main.cf
|
dest: /etc/postfix/main.cf
|
||||||
|
mode: 0644
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
notify: restart postfix
|
notify: restart postfix
|
||||||
|
|
Loading…
Reference in a new issue