conductor-setup/roles/common/tasks/main.yaml

5 lines
91 B
YAML

- name: Create target directory
file:
path: "{{ target_path }}"
state: directory