Changes after review

This commit is contained in:
Azra Sulthana
2019-07-11 06:18:28 +00:00
parent 8fbf76ab3e
commit 89dce3ccfa
4 changed files with 1 additions and 38 deletions

View File

@@ -5,7 +5,6 @@
state: directory
path: "{{ atl_shared_mountpoint }}"
mode: 0755
when: atl_product_edition!= "crowd"
- name: Enable mountpoint in fstab
mount:
@@ -14,4 +13,3 @@
fstype: efs
opts: "defaults,_netdev"
state: mounted
when: atl_product_edition!= "crowd"