mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +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
|