Stig Telfer b62150f7cc typo
2017-04-24 23:59:07 +01:00

12 lines
253 B
YAML

---
- name: Ensure the Kolla configuration directories exist
file:
path: "{{ item }}"
state: directory
owner: "{{ ansible_user }}"
group: "{{ ansible_user }}"
mode: 0750
become: True
with_items:
- "{{ kolla_config_path }}"