Move bool coerce up to initialisation.

This commit is contained in:
Steve Smith
2021-01-22 12:26:08 +11:00
parent 7c23b7f478
commit 2a67095acc
5 changed files with 9 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# Mostly for molecule testing, as skip-tags doesn't work with handlers.
atl_startup_enable: true
atl_startup_restart: "{{ lookup('env', 'ATL_STARTUP_RESTART') or true }}"
atl_startup_restart: "{{ lookup('env', 'ATL_STARTUP_RESTART') | default(true) | bool }}"
atl_startup_script_map:
jira: "bin/start-jira.sh"