add symlink helper

- symlinking is done often enough that it makes sense to have a helper
for it
- move appimage and archive helpers to use symlink helper
- fix formatting of air and alacritty
This commit is contained in:
Matthew Stobbs
2026-02-11 12:28:21 -07:00
parent 3df63f1451
commit b1a4780a97
5 changed files with 66 additions and 51 deletions

View File

@@ -17,7 +17,7 @@
ansible.builtin.set_fact:
air_install_method: "{{ install_method if install_method in air_install_methods else air_install_methods[0] }}"
- name: Configure air source install
- name: Set air build facts
when:
- air_install_method == 'source'
block: