matrix-docker-ansible-deploy/roles/custom/matrix-bot-honoroit/tasks/init.yml

6 lines
181 B
YAML
Raw Normal View History

---
- ansible.builtin.set_fact:
2022-01-06 18:30:10 +00:00
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-bot-honoroit.service'] }}"
2022-07-18 08:22:05 +00:00
when: matrix_bot_honoroit_enabled | bool