Skip to content
Snippets Groups Projects
Commit 839974ba authored by Antoine Legrand's avatar Antoine Legrand
Browse files

Merge pull request #108 from ansibl8s/set_perms_on_unarchive

Set perms on unarchive
parents 8676f876 49a72785
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@
unarchive:
src: "{{ local_release_dir }}/{{item.dest}}"
dest: "{{ local_release_dir }}/{{item.dest|dirname}}"
owner: "{{ item.owner|default(omit) }}"
mode: "{{ item.mode|default(omit) }}"
copy: no
when: "{{item.unarchive is defined and item.unarchive == True}}"
with_items: downloads
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment