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

5 lines
91 B
YAML
Raw Normal View History

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