woops bool not bools

This commit is contained in:
Michael Collins 2021-08-24 18:48:43 +08:00
parent f19856e125
commit 463e9a6196

View file

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