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:
2025-05-20 22:20:52 +02:00
parent 30c4c5e9f5
commit 7aee9d0294

View File

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