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

4 lines
150 B
YAML
Raw Normal View History

2021-08-13 08:05:57 +00:00
- set_fact:
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-postgres.service'] }}"
when: matrix_postgres_enabled|bool