mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-27 20:46:00 +02:00
9 lines
175 B
YAML
9 lines
175 B
YAML
---
|
|
- name: disks | create directories
|
|
ansible.builtin.file:
|
|
path: "{{ item }}"
|
|
state: directory
|
|
mode: "0644"
|
|
when: disks is defined
|
|
loop:
|
|
- /local-path/ |