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