Outline: add postgres health check

This commit is contained in:
2025-12-14 17:58:04 +03:00
parent 7b81858af6
commit 78bee84061
3 changed files with 5 additions and 1 deletions

View File

@@ -49,7 +49,7 @@
- name: "Copy backup script"
ansible.builtin.template:
src: "./files/{{ app_name }}/backup.sh.j2"
src: "./files/{{ app_name }}/backup.template.sh"
dest: "{{ base_dir }}/backup.sh"
owner: "{{ app_user }}"
group: "{{ app_user }}"