From f6d0d1762f9a2c8618fc3571fd4f312588508b9d Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 5 Apr 2018 13:56:21 +0200 Subject: [PATCH] dest != path Signed-off-by: Patrick Uiterwijk --- roles/datagrepper/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/datagrepper/tasks/main.yml b/roles/datagrepper/tasks/main.yml index cadef30c42..ccf35a3d01 100644 --- a/roles/datagrepper/tasks/main.yml +++ b/roles/datagrepper/tasks/main.yml @@ -39,7 +39,7 @@ # This file is in the package, empty, and we need to make sure we don't get that one. - name: empty out default config file copy: - path=/etc/fedmsg.d/datanommer.py + dest=/etc/fedmsg.d/datanommer.py content="config={}" tags: - config