From 92275c556d5d13d230ffd4447f5c7370b762ba39 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 5 Aug 2019 21:50:09 +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 1eecfa7..7992ba8 100644 --- a/tasks/dd_backup.yml +++ b/tasks/dd_backup.yml @@ -6,7 +6,7 @@ - name: mkdir for config files and scripts file: - path: /etc/backups + dest: /etc/backups state: directory - name: copy udev rule in /etc/backups