feat(backup): add archiving of runtime binary packages

This commit is contained in:
2026-05-11 01:37:15 +09:00
parent 1dd1c53e2a
commit 0f4da0bb53
2 changed files with 18 additions and 21 deletions
@@ -74,3 +74,10 @@
enabled: true
daemon_reload: true
become: true
- name: Fetch deb bin file
ansible.builtin.fetch:
src: "/var/cache/apt/archives/alloy-{{ version['packages']['alloy'] }}.deb"
dest: "{{ hostvars['console']['node']['data_path'] }}/bin/"
flat: true
become: true