Ensure space around pipe character for ansible-lint

This commit is contained in:
Charles Wright
2022-08-05 13:48:45 -05:00
parent 0ee44adde8
commit 5799b95c01
4 changed files with 7 additions and 7 deletions

View File

@ -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"