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: