diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-21 23:40:26 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-21 23:40:26 +0200 |
| commit | ded5439cbdbd73b1c31d29dccae00f8f777b9ef0 (patch) | |
| tree | d0084b6fed9548a1be79e733e9694e2547e77ec0 /roles | |
| parent | b1f3b435f5bea3a20ffd92410f08ca9ab7df0641 (diff) | |
Fix grafana idempotent test failure
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/grafana/tasks/install-debian.yml | 1 |
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 |
