diff options
Diffstat (limited to 'roles/grafana')
| -rw-r--r-- | roles/grafana/tasks/install-debian.yml | 10 |
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 |
