Skip to content

Commit

Permalink
Fix grafana-agent installations where ansible hosts have different ve…
Browse files Browse the repository at this point in the history
…rsions/architectures
  • Loading branch information
v-zhuravlev committed Aug 20, 2024
1 parent bf3fdf3 commit 337693b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions roles/grafana_agent/tasks/install/download-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
delay: 2
delegate_to: localhost
check_mode: false
run_once: true

- name: Extract grafana-agent.zip
become: false
Expand All @@ -32,11 +31,6 @@
dest: "{{ grafana_agent_local_tmp_dir }}"
remote_src: false
delegate_to: localhost
run_once: true

- name: Set local path
ansible.builtin.set_fact:
__grafana_agent_local_binary_file: "{{ grafana_agent_local_tmp_dir }}/{{ grafana_agent_binary }}"

- name: Propagate downloaded binary
ansible.builtin.copy:
Expand Down

0 comments on commit 337693b

Please sign in to comment.