Revert new logic for restart flag.

This commit is contained in:
Steve Smith
2021-01-29 10:29:23 +11:00
parent e9ebc20b83
commit 121ae6ac5c

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') | default(true) | bool }}" atl_startup_restart: "{{ lookup('env', 'ATL_STARTUP_RESTART') or true }}"
atl_startup_script_map: atl_startup_script_map:
jira: "bin/start-jira.sh" jira: "bin/start-jira.sh"