Enhance loop debugging.
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
- debug: var=dirs
|
- debug: var=dirs
|
||||||
|
|
||||||
- name: Create not existing directories
|
- name: Create not existing directories
|
||||||
debug: var=item.path
|
debug: var=item.invocation.module_args.path
|
||||||
when: item.stat.exists == false
|
when: item.stat.exists == false
|
||||||
with_items: "{{ dirs.results }}"
|
with_items: "{{ dirs.results }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
|||||||
Reference in New Issue
Block a user