3 lines
147 B
YAML
3 lines
147 B
YAML
|
- set_fact:
|
||
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-postgres'] }}"
|
||
|
when: "not matrix_postgres_use_external"
|