From 0627165a4a200e0309f0abce13736784dcf8be04 Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Thu, 24 Apr 2025 20:12:42 -0500 Subject: [PATCH] fixed nginx-nextcloud.conf location --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index b545426..4ba95c0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -68,7 +68,7 @@ - name: deploy nextcloud nginx file ansible.builtin.template: - src: files/nginx-nextcloud.conf + src: templates/nginx-nextcloud.conf dest: /etc/nginx/conf.d/nextcloud.conf #notify nginx