From 2096e5c115001062e33d9229174282c546eb87be Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 27 May 2019 09:03:43 +1000 Subject: [PATCH] DCD-374: EFS mount just needs the EFS ID. --- roles/aws_efs_config/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/aws_efs_config/defaults/main.yml b/roles/aws_efs_config/defaults/main.yml index 64a2f99..26c397f 100644 --- a/roles/aws_efs_config/defaults/main.yml +++ b/roles/aws_efs_config/defaults/main.yml @@ -1,2 +1,2 @@ --- -efs_target: "{{ ansible_ec2_placement_availability_zone }}.{{ atl_efs_id }}.efs.{{ ansible_ec2_placement_region }}.amazonaws.com" +efs_target: "{{ atl_efs_id }}"