ITOPSENG-589 adding a task to handle setting bitbucket shared home

This commit is contained in:
Geoff Jacobs
2020-04-27 14:27:27 +10:00
parent c2e7b60fa6
commit 0dbb78ddbf

View File

@@ -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