ITPLAT-476 cast atl_startup_restart to bool

This commit is contained in:
Lee Goolsbee
2021-02-03 17:18:02 -06:00
parent 05458cbce4
commit 998cb50b07

View File

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