mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
ITOPS-2059 using more lookups, which I may not need to be using if we're already using ansible-with-atl-env
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
- name: Enable mountpoint in fstab
|
||||
mount:
|
||||
path: "{{ atl_shared_mountpoint }}"
|
||||
src: "{{ efs_target }}:/"
|
||||
fstype: efs
|
||||
opts: "defaults,_netdev"
|
||||
src: "{{ efs_target }}:{{ efs_src_dir }}"
|
||||
fstype: "{{ efs_type }}"
|
||||
opts: "{{ efs_mount_options }}"
|
||||
state: mounted
|
||||
|
||||
Reference in New Issue
Block a user