DCD-386: Create the shared mount point as BB expects it to exist.

This commit is contained in:
Steve Smith
2019-06-07 11:36:21 +10:00
parent 56f4f8db37
commit 6955cf04dd
2 changed files with 12 additions and 0 deletions

View File

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