mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 10:23:13 -06:00
ITOPSENG-589 adding a task to handle setting bitbucket shared home
This commit is contained in:
@@ -23,3 +23,10 @@
|
||||
mode: "u=rwX,g=rX,o=rX"
|
||||
recurse: true
|
||||
changed_when: false # For Molecule idempotence check
|
||||
|
||||
- name: Set the BITBUCKET_SHARED_HOME location
|
||||
blockinfile:
|
||||
path: "{{ atl_product_installation_versioned }}/bin/set-bitbucket-home.sh"
|
||||
block: |
|
||||
BITBUCKET_SHARED_HOME="{{ atl_product_home_shared }}"
|
||||
export BITBUCKET_SHARED_HOME
|
||||
Reference in New Issue
Block a user