create-compose-dir.yml 114 bytes
---
- name: Ensure compose files directory exists
  file:
    path: "{{ compose_files_dir }}"
    state: directory