From c1d3aca1d2acabb9d8bac4ff6256633f0916f532 Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 26 Jul 2022 16:54:45 +0200 Subject: [PATCH] nextcloud: Kopiere Updater nach /usr/local --- tasks/common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/common.yml b/tasks/common.yml index d2cc959..6f5763d 100644 --- a/tasks/common.yml +++ b/tasks/common.yml @@ -69,7 +69,7 @@ - name: "common | Kopiere Update-Skript" template: src: ../roles/nextcloud/templates/nextcloud-updater.j2 - dest: "{{ local_scripts_dir }}/nextcloud-updater" + dest: "/usr/local/bin/nextcloud-updater" mode: 0755 - name: "common | Erstelle munin-Verzeichnis"