6 lines
185 B
YAML
Raw Normal View History

2022-08-22 20:10:35 +03:00
---
- ansible.builtin.set_fact:
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-bot-postmoogle.service'] }}"
when: matrix_bot_postmoogle_enabled | bool