mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
changes after review
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
mode: 0755
|
mode: 0755
|
||||||
owner: "{{ atl_product_user }}"
|
owner: "{{ atl_product_user }}"
|
||||||
group: "{{ atl_product_user }}"
|
group: "{{ atl_product_user }}"
|
||||||
when: atl_product_edition!= "crowd"
|
|
||||||
|
|
||||||
- name: Enable mountpoint in fstab
|
- name: Enable mountpoint in fstab
|
||||||
mount:
|
mount:
|
||||||
@@ -16,4 +15,3 @@
|
|||||||
fstype: nfs
|
fstype: nfs
|
||||||
opts: "rw,nfsvers=4.1,lookupcache=pos,noatime,intr,rsize=32768,wsize=32768,_netdev"
|
opts: "rw,nfsvers=4.1,lookupcache=pos,noatime,intr,rsize=32768,wsize=32768,_netdev"
|
||||||
state: mounted
|
state: mounted
|
||||||
when: atl_product_edition!= "crowd"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user