mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-06 02:11:42 -05:00
3 lines
142 B
YAML
3 lines
142 B
YAML
- set_fact:
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-corporal'] }}"
|
|
when: matrix_corporal_enabled|bool
|