mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
DCD-386: Create the shared mount point as BB expects it to exist.
This commit is contained in:
@@ -33,6 +33,15 @@
|
||||
state: mounted
|
||||
|
||||
|
||||
- name: Create the shared home as BB mounts this directly
|
||||
file:
|
||||
path: "{{ atl_shared_mountpoint }}/bitbucket/shared"
|
||||
state: directory
|
||||
owner: "{{ atl_product_user }}"
|
||||
group: "{{ atl_product_user }}"
|
||||
mode: 0750
|
||||
|
||||
|
||||
- name: Create the NFS export file
|
||||
template:
|
||||
src: "media-atl.exports.j2"
|
||||
|
||||
Reference in New Issue
Block a user