Fix mount not actually being a mount task
This commit is contained in:
parent
6e9af61025
commit
3866fa159d
@ -107,6 +107,7 @@
|
||||
security_groups: [ "{{ gitea.efs.security_group }}" ]
|
||||
register: efs
|
||||
- name: Mount EFS
|
||||
mount:
|
||||
path: "{{ gitea.root }}"
|
||||
src: "{{ efs.efs.filesystem_address }}"
|
||||
fstype: nfs4
|
||||
|
Loading…
Reference in New Issue
Block a user