mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-24 20:34:25 +00:00
8 lines
160 B
YAML
8 lines
160 B
YAML
---
|
|
|
|
# Directories are created recursively.
|
|
- name: Create a whole directory tree
|
|
ansible.builtin.file:
|
|
path: /tmp/path/to/final/dir
|
|
state: directory
|