Reset debugging.
This commit is contained in:
20
hetzner.yaml
20
hetzner.yaml
@@ -16,12 +16,14 @@
|
||||
loop_control:
|
||||
label: "{{ item.key }}"
|
||||
|
||||
- name: Create not existing directories
|
||||
file:
|
||||
path: "{{ backup_dir }}/{{ item.item }}"
|
||||
state: directory
|
||||
mode: 0755
|
||||
when: item.stat.exists == false
|
||||
with_items: "{{ dirs.results }}"
|
||||
loop_control:
|
||||
label: "{{ item.item }}"
|
||||
- debug: var=dirs
|
||||
|
||||
# - name: Create not existing directories
|
||||
# file:
|
||||
# path: "{{ backup_dir }}/{{ item.item }}"
|
||||
# state: directory
|
||||
# mode: 0755
|
||||
# when: item.stat.exists == false
|
||||
# with_items: "{{ dirs.results }}"
|
||||
# loop_control:
|
||||
# label: "{{ item.item }}"
|
||||
|
||||
Reference in New Issue
Block a user