Remove superfluous "recurse" attribute on file state=directory tasks
This commit is contained in:
parent
edea3dab02
commit
3f4642fa1b
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue