mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
Fix Jira startup script lookup.
This commit is contained in:
@@ -5,7 +5,7 @@ atl_startup_enable: true
|
|||||||
atl_startup_restart: "{{ lookup('env', 'ATL_STARTUP_RESTART') or true }}"
|
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"
|
||||||
confluence: "bin/start-confluence.sh"
|
confluence: "bin/start-confluence.sh"
|
||||||
stash: "bin/start-bitbucket.sh"
|
stash: "bin/start-bitbucket.sh"
|
||||||
crowd: "start_crowd.sh"
|
crowd: "start_crowd.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user