Skip to content

Commit ee37282

Browse files
committed
Create directory for diagnostics output
1 parent 20d03ec commit ee37282

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

etc/kayobe/ansible/diagnostics.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
tasks:
1414
- name: Run diagnostics
1515
block:
16+
- name: Create a local directory to sync diagnostics
17+
ansible.builtin.file:
18+
path: "{{ diagnostics_path_local }}"
19+
state: directory
20+
delegate_to: localhost
21+
run_once: true
22+
1623
- name: Create a temporary directory for diagnostics
1724
ansible.builtin.tempfile:
1825
state: directory

0 commit comments

Comments
 (0)