5 lines
109 B
YAML
5 lines
109 B
YAML
|
- name: "Check if the file \"{{ filepath }}\" is present"
|
||
|
file:
|
||
|
path: "{{ filepath }}"
|
||
|
state: file
|