Remove superfluous "recurse" attribute on file state=directory tasks

This commit is contained in:
s3lph 2022-03-04 00:16:45 +01:00
parent edea3dab02
commit 3f4642fa1b
2 changed files with 1 additions and 3 deletions
galaxy.yml
roles/mailman/tasks

View file

@ -8,7 +8,7 @@ namespace: s3lph
name: mailserver
# The version of the collection. Must be compatible with semantic versioning
version: '0.2.3'
version: '0.2.4'
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md

View file

@ -14,7 +14,6 @@
owner: www-data
group: www-data
mode: 0755
recurse: yes
when: "item.state == 'directory'"
with_filetree: "{{ mailman_web_override_templates_path }}"
notify: restart mailman3-web
@ -44,7 +43,6 @@
owner: www-data
group: www-data
mode: 0755
recurse: yes
when: "item.state == 'directory'"
with_filetree: "{{ mailman_web_override_static_path }}"
notify: restart mailman3-web