Finish 5 packages, cleanups

- Finished: ghostty, git, gitea-server, go and yazi
- Cleanup helpers appimage.yml and nerdfont_config.yml
This commit is contained in:
Matthew Stobbs
2026-04-13 11:47:43 -06:00
parent 01e5a7aba7
commit 4a44382b01
7 changed files with 88 additions and 15 deletions

View File

@@ -1,4 +1,8 @@
# vim: set filetype=yaml.ansible :
#
## Package: go
## Description: go compiler and module manager
## Version: 1.26.1
---
- name: Set go default facts # {{{
ansible.builtin.set_fact:
@@ -12,6 +16,7 @@
Darwin: go
FreeBSD:
default: go
1.26: go126
1.25: go125
1.24: go124
1.23: go123