File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ dockerhost_id : "7EA0A9C3F273FCD8"
66docker_compose_file : " docker-compose-Linux-{{ ansible_userspace_architecture }}-{{ docker_compose_version }}"
77docker_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"
You can’t perform that action at this time.
0 commit comments