Merge pull request #108 from ansibl8s/set_perms_on_unarchive

Set perms on unarchive
This commit is contained in:
Antoine Legrand 2016-01-26 15:25:28 +01:00
commit 839974bad0

View file

@ -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