nextcloud: Entferne weitere munin-Überbleibsel

This commit is contained in:
phil 2022-07-26 16:57:22 +02:00
parent 3f48f62351
commit ed3e2ca37a
3 changed files with 0 additions and 17 deletions

View file

@ -71,14 +71,3 @@
src: ../roles/nextcloud/templates/nextcloud-updater.j2
dest: "/usr/local/bin/nextcloud-updater"
mode: 0755
- name: "common | Erstelle munin-Verzeichnis"
file:
path: "{{ local_munin_path }}"
state: directory
- name: "common | Kopiere munin-Daten"
get_url:
url: https://raw.githubusercontent.com/munin-monitoring/contrib/master/plugins/nextcloud/nextcloud_
dest: "{{ local_munin_path }}/nextcloud_"
mode: 0755