From e362098347ef829cda287a55c8f73d1d7c496b9d Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 5 Aug 2019 21:51:24 +0200 Subject: [PATCH] Fix: Once again --- tasks/dd_backup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/dd_backup.yml b/tasks/dd_backup.yml index 7992ba8..1eecfa7 100644 --- a/tasks/dd_backup.yml +++ b/tasks/dd_backup.yml @@ -6,7 +6,7 @@ - name: mkdir for config files and scripts file: - dest: /etc/backups + path: /etc/backups state: directory - name: copy udev rule in /etc/backups