From 3bef65796bd6e2fc8e9a0f2138831f6da6486905 Mon Sep 17 00:00:00 2001 From: neingeist Date: Tue, 24 Dec 2019 04:49:50 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fe6711e --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# 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' +~~~ \ No newline at end of file