mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-09 12:36:38 -04:00
3 lines
140 B
YAML
3 lines
140 B
YAML
- set_fact:
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['ddclient'] }}"
|
|
when: "matrix_dynamic_dns_enabled|bool"
|