2022-02-05 20:32:54 +00:00
|
|
|
---
|
|
|
|
|
2022-07-18 07:39:08 +00:00
|
|
|
- ansible.builtin.set_fact:
|
2021-02-11 16:18:25 +00:00
|
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-postgres-backup.service'] }}"
|
|
|
|
when: matrix_postgres_backup_enabled|bool
|