ITOPS-2035 allow products to not be started after running dc-deployments-automation based off environment variable

This commit is contained in:
Geoff Jacobs
2019-08-19 11:15:18 +10:00
parent 7c9add4439
commit ba25bc683d

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