matrix-docker-ansible-deploy/roles/matrix-postgres-backup/tasks/init.yml

6 lines
169 B
YAML
Raw Normal View History

---
- set_fact:
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-postgres-backup.service'] }}"
when: matrix_postgres_backup_enabled|bool