8 lines
No EOL
279 B
Markdown
8 lines
No EOL
279 B
Markdown
# ansible-role-touch-file
|
|
ansible role that sets up a systemd timer to periodically touch a file. this is useful in monitoring, for example if you'd like to check if a certain file gets synchronized.
|
|
|
|
|
|
~~~
|
|
- role: touch-file,
|
|
file: '/path/to/the/file-to-be-touched'
|
|
~~~ |