From de7432a9536b90f78c69b6c7ad5ded3a86f8b2aa Mon Sep 17 00:00:00 2001 From: psy Date: Fri, 7 Aug 2020 13:26:49 +0200 Subject: [PATCH] state: present is not valid, changed to state: touch --- tasks/file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/file.yml b/tasks/file.yml index db86274..6d71f46 100644 --- a/tasks/file.yml +++ b/tasks/file.yml @@ -3,7 +3,7 @@ group: root owner: root mode: "0700" - state: present + state: touch content: ~ template: ~ template_vars: {}