fixing packages

This commit is contained in:
Matthew Stobbs
2025-01-25 17:54:26 -07:00
parent 4665de577e
commit 391e8ee226
25 changed files with 74 additions and 62 deletions

View File

@@ -1,3 +1,8 @@
---
- ansible.builtin.include_tasks:
file: pkgs/go.yml
when: pkgconfig_go not defined
- name: add to gopkgs
set_fact:
gopkgs: "{{ gopkgs + ['github.com/mrtazz/checkmake/cmd/checkmake@latest'] }}"