Remove recurse on fail2ban custom directory

Molecule idempotence test
This commit is contained in:
Jeremy Gardais 2021-08-18 13:11:43 +02:00
parent 34c2668912
commit 68c5d4e9f7
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 0 additions and 2 deletions

View File

@ -202,7 +202,6 @@
path: "{{ nft__service_override_path | dirname }}" path: "{{ nft__service_override_path | dirname }}"
state: directory state: directory
mode: '0755' mode: '0755'
recurse: yes
when: when:
- nft_enabled|bool - nft_enabled|bool
- nft_service_manage|bool - nft_service_manage|bool
@ -228,7 +227,6 @@
path: "{{ nft__fail2ban_service_unit_path | dirname }}" path: "{{ nft__fail2ban_service_unit_path | dirname }}"
state: directory state: directory
mode: '0755' mode: '0755'
recurse: yes
when: when:
- nft_enabled|bool - nft_enabled|bool
- nft_service_manage|bool - nft_service_manage|bool