Update to 2021-11-09 12:00

master
Daniel Berteaud 3 years ago
parent c39281b0bf
commit 720fa0f147
  1. 2
      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

Loading…
Cancel
Save