Skip to content

Commit 44c4a59

Browse files
committed
fix prom install
1 parent ef888d5 commit 44c4a59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/fatimage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
- name: unpack prometheus binaries
109109
become: false
110110
unarchive:
111+
remote_src: yes
111112
src: "/tmp/prometheus-{{ prometheus_version }}.linux-{{ go_arch }}.tar.gz"
112113
dest: "/tmp"
113114
creates: "/tmp/prometheus-{{ prometheus_version }}.linux-{{ go_arch }}/prometheus"
@@ -143,6 +144,7 @@
143144
become: yes
144145
gather_facts: no
145146
tasks:
147+
# - meta: end_here
146148
- name: Cleanup image
147149
import_tasks: cleanup.yml
148150

0 commit comments

Comments
 (0)