summaryrefslogtreecommitdiffstats
path: root/roles/go/tasks/main.yml
AgeCommit message (Collapse)AuthorFilesLines
2026-03-04Remove unnecessary failed_when added by claude.aiAhmed Abdelhalim1-1/+0
2026-03-04Fix cosmetic warnings and undefined errorAhmed Abdelhalim1-1/+1
2026-03-04Refactor language roles to use mise and install multiple version supportAhmed Abdelhalim1-6/+7
2026-03-04Refactor go role to use miseAhmed Abdelhalim1-26/+10
2026-01-24Fix ansible_facts to use only bracket notation instead of dot notationAhmed Abdelhalim1-1/+1
Co-authored-by: claude.ai
2026-01-24Fix ansible 2.20.1 deprecation warning about ansible_varsAhmed Abdelhalim1-3/+3
2025-10-20Implement a better download/install for python, pihole and go roleAhmed Abdelhalim1-1/+1
2025-10-20Refactor go role to install 1 version and remove homebrew dependencyAhmed Abdelhalim1-26/+29
2025-09-20Migrate to the new loop syntaxAhmed Abdelhalim1-2/+2
2025-09-15Refactor go role to simplify version managementAhmed Abdelhalim1-58/+22
2025-09-03Revert back to using brew module as it has better idempotency handlingAhmed Abdelhalim1-18/+18
2025-09-02Add bash as a role and use it in role dependencies when bash is neededAhmed Abdelhalim1-6/+0
2025-09-02Fix CI failures and ignore intentionally changing tasks for idem testAhmed Abdelhalim1-0/+16
2025-09-02Fix linting issuesAhmed Abdelhalim1-3/+3
2025-09-02Add tasks to clean up unwanted go versionsAhmed Abdelhalim1-1/+25
2025-09-02Fix homebrew to use commands instead of module to avoid issue with archAhmed Abdelhalim1-12/+8
Plus it's cleaner to see what gets installed instead of depending on the module
2025-09-02Update the go role to handle default to latestAhmed Abdelhalim1-11/+30
2025-09-02Initial go role draft implementationAhmed Abdelhalim1-0/+25