Print out the name each iteration.

This commit is contained in:
Ralph Bean 2016-08-01 22:49:46 +00:00
parent 3a6deaef93
commit a0ffce6aaf

View file

@ -19,6 +19,8 @@
tasks:
- debug: var=packages
- file: dest={{tarball}} state=absent
- shell: tar -cJvf {{tarball}} {{target}}/{{packages}}
creates={{tarball}}
- fetch: src={{tarball}}