mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-06 10:21:40 -05:00
5 lines
181 B
YAML
5 lines
181 B
YAML
---
|
|
|
|
- ansible.builtin.set_fact:
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-bot-honoroit.service'] }}"
|
|
when: matrix_bot_honoroit_enabled | bool
|