Compare commits

..

1 Commits

Author SHA1 Message Date
Jeremy Gardais 9b6c58bd6c
Remove recurse on fail2ban custom directory
Molecule idempotence test
2021-08-18 13:11:43 +02:00
1 changed files with 1 additions and 0 deletions

View File

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