From b6eb4db57308f92509959c4e090b3ff2741b71d3 Mon Sep 17 00:00:00 2001 From: Azra Sulthana Date: Thu, 11 Jul 2019 08:28:02 +0000 Subject: [PATCH] changes after review --- roles/nfs_mount/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/nfs_mount/tasks/main.yml b/roles/nfs_mount/tasks/main.yml index f810659..9e170e4 100644 --- a/roles/nfs_mount/tasks/main.yml +++ b/roles/nfs_mount/tasks/main.yml @@ -7,7 +7,6 @@ mode: 0755 owner: "{{ atl_product_user }}" group: "{{ atl_product_user }}" - when: atl_product_edition!= "crowd" - name: Enable mountpoint in fstab mount: @@ -16,4 +15,3 @@ fstype: nfs opts: "rw,nfsvers=4.1,lookupcache=pos,noatime,intr,rsize=32768,wsize=32768,_netdev" state: mounted - when: atl_product_edition!= "crowd"