Skip to content

Commit 2346767

Browse files
committed
Renamed cadvisor_download_url variable
1 parent 189e12f commit 2346767

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tasks/cadvisor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
- name: download cadvisor binary
1111
get_url:
12-
url: "{{ cadvisor_download_url }}"
12+
url: "{{ dockerhost_cadvisor_download_url }}"
1313
dest: "{{ dockerhost_prometheus_exporters_common_dist_dir }}/{{ dockerhost_cadvisor_release_name }}/cadvisor"
1414
mode: "0755"
1515

vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ dockerhost_id : "7EA0A9C3F273FCD8"
66
docker_compose_file : "docker-compose-Linux-{{ ansible_userspace_architecture }}-{{ docker_compose_version }}"
77
docker_compose_url : "https://github.com/docker/compose/releases/download/{{ docker_compose_version }}/docker-compose-Linux-{{ ansible_userspace_architecture }}"
88

9-
cadvisor_download_url : "https://github.com/google/cadvisor/releases/download/{{ dockerhost_cadvisor_version }}/cadvisor"
9+
dockerhost_cadvisor_download_url : "https://github.com/google/cadvisor/releases/download/{{ dockerhost_cadvisor_version }}/cadvisor"

0 commit comments

Comments
 (0)