one level too many

This commit is contained in:
2026-01-15 23:16:57 -07:00
parent 425dc6b2de
commit 89232a5c08

View File

@@ -8,7 +8,7 @@
- name: Unarchive prometheus binary - name: Unarchive prometheus binary
unarchive: unarchive:
src: "{{ download_result.dest }}" src: "{{ download_result.dest }}"
dest: /usr/local/bin/prometheus dest: /usr/local/bin/
remote_src: true # Indicates the source file is on the remote host remote_src: true # Indicates the source file is on the remote host
owner: root owner: root
group: root group: root