mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-15 21:34:45 +00:00
More ansible-lint fixes
This commit is contained in:
@@ -37,4 +37,4 @@
|
||||
- name: Ensure systemd reloaded after matrix-etherpad.service installation
|
||||
ansible.builtin.service:
|
||||
daemon_reload: true
|
||||
when: "matrix_etherpad_systemd_service_result.changed|bool"
|
||||
when: "matrix_etherpad_systemd_service_result.changed | bool"
|
||||
|
||||
Reference in New Issue
Block a user