matrix-docker-ansible-deploy/roles/matrix-postgres/tasks/init.yml
2021-07-15 12:47:00 +08:00

4 lines
150 B
YAML

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