use correct permissions for templatefiles
This commit is contained in:
parent
be2b2a7ca7
commit
13d2513d87
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
dest: /home/.ppmfirewalltemplate
|
||||
group: root
|
||||
owner: root
|
||||
mode: "0755"
|
||||
mode: "0644"
|
||||
src: ppmfirewall
|
||||
|
||||
- name: Render firewall
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
dest: /home/.zabbixagenttemplate
|
||||
group: root
|
||||
owner: root
|
||||
mode: "0755"
|
||||
mode: "0644"
|
||||
src: ppmzabbixagent
|
||||
|
||||
- name: Render zabbix template
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue