From 80a803d9e2550e2899996f4eaab5922a744562e6 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 21 Nov 2021 17:50:41 +0100 Subject: [PATCH] Enhance loop debugging. --- hetzner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hetzner.yaml b/hetzner.yaml index fe0bbcb..e1c9e92 100644 --- a/hetzner.yaml +++ b/hetzner.yaml @@ -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: