summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-21 23:40:26 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-21 23:40:26 +0200
commit5f8554b0c31af8ea971058b4df937e25df57fa99 (patch)
treed0084b6fed9548a1be79e733e9694e2547e77ec0 /roles
parent0edddc560a02b85e637395744e5af9b8e46cdc47 (diff)
Fix grafana idempotent test failure
Diffstat (limited to 'roles')
-rw-r--r--roles/grafana/tasks/install-debian.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/grafana/tasks/install-debian.yml b/roles/grafana/tasks/install-debian.yml
index 4c0b798c..a2ca371b 100644
--- a/roles/grafana/tasks/install-debian.yml
+++ b/roles/grafana/tasks/install-debian.yml
@@ -23,6 +23,7 @@
become: true
ansible.builtin.apt:
update_cache: true
+ changed_when: false
- name: "Install grafana"
become: true