6 lines
88 B
YAML
6 lines
88 B
YAML
![]() |
- name: 'Touch {{ touch_file }}'
|
||
|
file:
|
||
|
path: '{{ touch_file }}'
|
||
|
state: touch
|
||
|
|