1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-01-05 10:40:29 +02:00
matrix-docker-ansible-deploy/roles/matrix-postgres/tasks/init.yml

3 lines
136 B
YAML
Raw Normal View History

- set_fact:
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-postgres'] }}"
when: matrix_postgres_enabled