mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 14:24:25 +00:00
9 lines
251 B
YAML
9 lines
251 B
YAML
---
|
|
|
|
- name: Ensure mash base paths exists
|
|
ansible.builtin.file:
|
|
path: "{{ mash_playbook_base_path }}"
|
|
state: directory
|
|
mode: "{{ mash_playbook_base_path_mode }}"
|
|
owner: "{{ mash_playbook_uid }}"
|
|
group: "{{ mash_playbook_gid }}"
|