diff --git a/cluster_metrics/playbook-grafana.yml b/cluster_metrics/playbook-grafana.yml index 78f1b99f..ba0203c8 100644 --- a/cluster_metrics/playbook-grafana.yml +++ b/cluster_metrics/playbook-grafana.yml @@ -53,6 +53,7 @@ apt_repository: repo: "deb https://packagecloud.io/grafana/stable/debian/ wheezy main" state: "present" + update_cache: yes - name: Install grafana apt: pkg: "grafana" diff --git a/cluster_metrics/playbook-influx-db.yml b/cluster_metrics/playbook-influx-db.yml index 306bef96..cbbdf6f5 100644 --- a/cluster_metrics/playbook-influx-db.yml +++ b/cluster_metrics/playbook-influx-db.yml @@ -34,6 +34,7 @@ apt_repository: repo: "deb https://repos.influxdata.com/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable" state: "present" + update_cache: yes - name: Install influxdb apt: pkg: "influxdb" diff --git a/cluster_metrics/playbook-influx-telegraf.yml b/cluster_metrics/playbook-influx-telegraf.yml index 64016c04..44b32dcb 100644 --- a/cluster_metrics/playbook-influx-telegraf.yml +++ b/cluster_metrics/playbook-influx-telegraf.yml @@ -26,6 +26,7 @@ apt_repository: repo: "deb https://repos.influxdata.com/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable" state: "present" + update_cache: yes - name: Install telegraf apt: pkg: "telegraf" diff --git a/cluster_metrics/playbook-kapacitor.yml b/cluster_metrics/playbook-kapacitor.yml index 7646ec17..c7944050 100644 --- a/cluster_metrics/playbook-kapacitor.yml +++ b/cluster_metrics/playbook-kapacitor.yml @@ -22,6 +22,7 @@ apt_repository: repo: "deb https://repos.influxdata.com/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable" state: "present" + update_cache: yes - name: Install kapacitor apt: pkg: "kapacitor"