mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-28 13:57:57 +01:00
Ensure space around pipe character for ansible-lint
This commit is contained in:
@@ -28,4 +28,4 @@
|
||||
- name: Ensure systemd reloaded after matrix-conduit.service installation
|
||||
ansible.builtin.systemd:
|
||||
daemon_reload: true
|
||||
when: "matrix_conduit_systemd_service_result.changed|bool"
|
||||
when: "matrix_conduit_systemd_service_result.changed | bool"
|
||||
|
||||
Reference in New Issue
Block a user