woops bool not bools
parent
f19856e125
commit
463e9a6196
|
|
@ -42,4 +42,4 @@
|
|||
|
||||
- name: End playbook if this task list is called.
|
||||
meta: end_play
|
||||
when: end_playbook is defined and end_playbook|bools
|
||||
when: end_playbook is defined and end_playbook|bool
|
||||
|
|
|
|||
Loading…
Reference in New Issue