mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-09 04:26:39 -04:00
3 lines
148 B
YAML
3 lines
148 B
YAML
- set_fact:
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-nginx-proxy'] }}"
|
|
when: matrix_nginx_proxy_enabled|bool
|