Fix systemd directories permissions
This commit is contained in:
parent
e0b58c9bfd
commit
073d14aed8
|
@ -194,6 +194,7 @@
|
||||||
file:
|
file:
|
||||||
path: "{{ nft__service_override_path | dirname }}"
|
path: "{{ nft__service_override_path | dirname }}"
|
||||||
state: directory
|
state: directory
|
||||||
|
mode: '0755'
|
||||||
recurse: yes
|
recurse: yes
|
||||||
when:
|
when:
|
||||||
- nft_enabled|bool
|
- nft_enabled|bool
|
||||||
|
@ -219,6 +220,7 @@
|
||||||
file:
|
file:
|
||||||
path: "{{ nft__fail2ban_service_unit_path | dirname }}"
|
path: "{{ nft__fail2ban_service_unit_path | dirname }}"
|
||||||
state: directory
|
state: directory
|
||||||
|
mode: '0755'
|
||||||
recurse: yes
|
recurse: yes
|
||||||
when:
|
when:
|
||||||
- nft_enabled|bool
|
- nft_enabled|bool
|
||||||
|
|
Loading…
Reference in New Issue