From 58e86227b9fc17db8d1039d99a212c4ace90844d Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Thu, 2 May 2024 17:56:06 +0200 Subject: [PATCH] rename file Signed-off-by: Frank Villaro-Dixon --- ansible/configure-server.yml | 2 +- ansible/files/{systemd-mount.conf => systemd-mount.mount} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ansible/files/{systemd-mount.conf => systemd-mount.mount} (100%) 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