5 lines
93 B
YAML
5 lines
93 B
YAML
|
|
- name: test
|
||
|
|
ansible.builtin.file:
|
||
|
|
path: /tmp/sshfs-{{item.name}}
|
||
|
|
state: directory
|