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