Fix permissions
It will become useful when we store the password in the vault.
This commit is contained in:
parent
9f8ad84581
commit
0988e8bbd0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
template:
|
||||
src: "{{ item }}.j2"
|
||||
dest: "/etc/quagga/{{ item }}"
|
||||
mode: u=rw,g=r,o=r
|
||||
mode: u=rw,g=r,o=
|
||||
loop:
|
||||
- daemons
|
||||
- zebra.conf
|
||||
|
|
Loading…
Reference in a new issue