Merge branch 'main' into ephemeral_state

This commit is contained in:
Hideki Saito
2022-12-15 15:04:28 +09:00
committed by GitHub
22 changed files with 440 additions and 16 deletions

View File

@@ -1,5 +1,14 @@
# -------------------------------------------------------------
# Setup steps
- name: Clean up the working directory and files
file:
path: '{{ output_dir }}'
state: absent
- name: Create the working directory
file:
path: '{{ output_dir }}'
state: directory
- name: copy an existing file in place with comments
copy: