add |bool filter to conditionals

This commit is contained in:
AndrewPaglusch
2021-08-27 16:43:40 +00:00
parent bc1ef10c3e
commit 9993ab09e2
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
block:
- name: Uninstall Nebula (clean install)
include: uninstall.yml
when: nebula_clean_install
when: nebula_clean_install|bool
- name: Install Nebula on all hosts
include: nebula.yml