From 5e8f987741a349da80b72ab3af1830d61c1f5f83 Mon Sep 17 00:00:00 2001 From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de> Date: Sun, 22 Sep 2019 23:31:59 +0200 Subject: [PATCH] Use correct rsnapshot.conf destination file name --- postgres/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/tasks/main.yml b/postgres/tasks/main.yml index c9d8090..652e872 100644 --- a/postgres/tasks/main.yml +++ b/postgres/tasks/main.yml @@ -43,7 +43,7 @@ - name: ensure we have our rsnapshot config template: src: rsnapshot.conf.j2 - dest: /etc/ + dest: /etc/rsnapshot.conf owner: root group: root mode: '0644' -- GitLab