feat: add golang to the list of common packages in Ansible global tasks
Some checks failed
Nix Format Check / check-format (push) Failing after 1m21s
Python Lint Check / check-python (push) Failing after 22s
Ansible Lint Check / check-ansible (push) Failing after 13m41s

This commit is contained in:
Menno van Leeuwen 2025-05-20 22:20:52 +02:00
parent 30c4c5e9f5
commit 7aee9d0294
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -47,6 +47,8 @@
- black
# Package manager wrapper
- nala
# Go
- golang
state: present
become: true