From 8213f53e6d0ea40d055cf15d0b3bbb96059b793d Mon Sep 17 00:00:00 2001 From: neingeist Date: Tue, 24 Dec 2019 04:50:41 -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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe6711e..09c4e46 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 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. +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. ~~~