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"