Fix mount not actually being a mount task

This commit is contained in:
Salt 2020-08-15 05:54:22 -05:00
parent 6e9af61025
commit 3866fa159d

View File

@ -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