From 720fa0f147c81354511f4f76af0e71ca87b320b8 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 9 Nov 2021 12:00:08 +0100 Subject: [PATCH] Update to 2021-11-09 12:00 --- roles/pgadmin4/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pgadmin4/tasks/install.yml b/roles/pgadmin4/tasks/install.yml index a163150..dbde349 100644 --- a/roles/pgadmin4/tasks/install.yml +++ b/roles/pgadmin4/tasks/install.yml @@ -76,7 +76,7 @@ tags: pgadmin4 - name: Install backup hooks - template: src={{ item }}-backup.j2 dest=/etc/backup/{{ item }}.d/pgadmin_{{ pga_id }} mode=755 + template: src={{ item }}-backup.j2 dest=/etc/backup/{{ item }}.d/pgadmin4_{{ pga_id }} mode=755 loop: - pre - post