You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
250 B
Markdown
8 lines
250 B
Markdown
5 years ago
|
# ansible-role-touch-file
|
||
|
ansible role 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'
|
||
|
~~~
|