From b7f3fb5434e2d6bdd09973a01647ecebc0c9a9a1 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Thu, 18 Apr 2019 09:45:49 +1000 Subject: [PATCH] DCD-224: Don't use the product owner for the mountpoint as we can't assume it exists yet. --- roles/aws_efs_config/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/aws_efs_config/tasks/main.yml b/roles/aws_efs_config/tasks/main.yml index 44e7dd9..e57f9e9 100644 --- a/roles/aws_efs_config/tasks/main.yml +++ b/roles/aws_efs_config/tasks/main.yml @@ -4,7 +4,6 @@ file: state: directory path: "{{ atl_shared_mountpoint }}" - owner: "{{ atl_product_user }}" mode: 0755 - name: Enable mountpoint in fstab