summaryrefslogtreecommitdiffstats
path: root/roles/grafana/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-10-22 23:19:11 +0200
committerAhmed Abdelhalim <[email protected]>2025-10-24 21:55:52 +0200
commit80170d9fd0bbe3202c715d32dd1c1f540eb0cc25 (patch)
treef8129dd61ac24913ed55584b19901403d288cfb2 /roles/grafana/tasks
parent3bcf7bd2adb443b881365506dfa3348b0c465264 (diff)
Fix removing the packages the breaks ubuntu DNS
This disables install_recommends and revert to using specific gnome packages that are needed/necessary for functioning
Diffstat (limited to 'roles/grafana/tasks')
-rw-r--r--roles/grafana/tasks/install-debian.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/grafana/tasks/install-debian.yml b/roles/grafana/tasks/install-debian.yml
index f641d15f..a2ca371b 100644
--- a/roles/grafana/tasks/install-debian.yml
+++ b/roles/grafana/tasks/install-debian.yml
@@ -11,11 +11,6 @@
url: "https://apt.grafana.com/gpg.key"
dest: "/etc/apt/trusted.gpg.d/grafana.asc"
mode: "0644"
- tags:
- # Ubuntu containers experience DNS failures during molecule idempotence runs
- # causing get_url to fail even when files exist. Skip this task during idempotence
- # since the download functionality is already verified during the converge phase.
- - molecule-idempotence-notest
- name: "Add Grafana repository"
become: true
@@ -29,11 +24,6 @@
ansible.builtin.apt:
update_cache: true
changed_when: false
- tags:
- # Ubuntu containers experience DNS failures during molecule idempotence runs
- # causing get_url to fail even when files exist. Skip this task during idempotence
- # since the download functionality is already verified during the converge phase.
- - molecule-idempotence-notest
- name: "Install grafana"
become: true