mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-28 04:07:50 +02:00
Using ansible.builtin where possible
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
---
|
||||
|
||||
- set_fact:
|
||||
- ansible.builtin.set_fact:
|
||||
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-conduit.service'] }}"
|
||||
when: matrix_conduit_enabled|bool
|
||||
|
Reference in New Issue
Block a user