fixed file permissions 2.3.2.1
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
c129cf0552
commit
3c62843418
|
@ -23,7 +23,7 @@
|
|||
ansible.builtin.template:
|
||||
src: "{{ item }}.j2"
|
||||
dest: "/{{ item }}"
|
||||
mode: 'go-r'
|
||||
mode: 'go-wx'
|
||||
owner: root
|
||||
group: root
|
||||
loop:
|
||||
|
|
Loading…
Reference in New Issue