ctucx.git: ansible-configs

My personal ansible roles and playbooks [deprecated in favor of nixos]

commit cd44ff173ace9bcad410aebb2a883db81e2ad355
parent 5dc83d78972360414c9b8f9d2418aa3febe17950
Author: Leah (ctucx) <leah@ctu.cx>
Date: Mon, 22 Feb 2021 17:31:37 +0100

roles/grafana: fix
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/roles/grafana/tasks/remove.yml b/roles/grafana/tasks/remove.yml
@@ -35,9 +35,8 @@
     path: "{{item}}"
     state: absent
   with_items:
-    - /etc/nginx/conf.d/grafana.conf
     - /etc/grafana.ini
-    - /var/lib/grafana/provisioning
+    - /var/lib/grafana
 
 - name: "Delete nginx vhost for: grafana"
   file: