mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-04-09 05:55:40 +02:00
Ensure space around pipe character for ansible-lint
This commit is contained in:
parent
0ee44adde8
commit
5799b95c01
@ -19,7 +19,7 @@
|
|||||||
when: "matrix_conduit_enabled | bool"
|
when: "matrix_conduit_enabled | bool"
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/conduit/setup_install.yml"
|
- import_tasks: "{{ role_path }}/tasks/conduit/setup_install.yml"
|
||||||
when: matrix_conduit_enabled|bool
|
when: "matrix_conduit_enabled | bool"
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/conduit/setup_uninstall.yml"
|
- import_tasks: "{{ role_path }}/tasks/conduit/setup_uninstall.yml"
|
||||||
when: "not matrix_conduit_enabled | bool"
|
when: "not matrix_conduit_enabled | bool"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user