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 }}" ]
|
security_groups: [ "{{ gitea.efs.security_group }}" ]
|
||||||
register: efs
|
register: efs
|
||||||
- name: Mount EFS
|
- name: Mount EFS
|
||||||
|
mount:
|
||||||
path: "{{ gitea.root }}"
|
path: "{{ gitea.root }}"
|
||||||
src: "{{ efs.efs.filesystem_address }}"
|
src: "{{ efs.efs.filesystem_address }}"
|
||||||
fstype: nfs4
|
fstype: nfs4
|
||||||
|
Loading…
Reference in New Issue
Block a user