mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-06 18:31:42 -05:00
6 lines
150 B
YAML
6 lines
150 B
YAML
![]() |
- set_fact:
|
||
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-grafana.service'] }}"
|
||
|
when: matrix_grafana_enabled|bool
|
||
|
|
||
|
|