7 lines
157 B
YAML
7 lines
157 B
YAML
|
- file:
|
||
|
path: /tmp/foo-{{inventory_hostname}}
|
||
|
state: absent
|
||
|
- copy:
|
||
|
dest: /tmp/foo-{{inventory_hostname}}
|
||
|
content: "{{content}}"
|