diff --git a/ansible/configure-server.yml b/ansible/configure-server.yml index b2863c9..9a33c00 100644 --- a/ansible/configure-server.yml +++ b/ansible/configure-server.yml @@ -11,7 +11,7 @@ - name: Copy systemd mount file ansible.builtin.copy: - src: files/systemd-mount.conf + src: files/systemd-mount.mount dest: /etc/systemd/system/mnt-syno-InfraBackups.mount owner: root group: root diff --git a/ansible/files/systemd-mount.conf b/ansible/files/systemd-mount.mount similarity index 100% rename from ansible/files/systemd-mount.conf rename to ansible/files/systemd-mount.mount