have a workign copy now

This commit is contained in:
Matthew Stobbs
2026-03-17 16:19:15 -06:00
parent 3c03e5eecf
commit ac0ac25bba
32 changed files with 470 additions and 622 deletions

View File

@@ -11,7 +11,7 @@
checkmake:
install_methods:
- source
go_pkg: github.com/mrtazz/checkmake/cmd/checkmake
go_pkg: github.com/checkmake/checkmake/cmd/checkmake
version: latest
- name: Configure checkmake
when:
@@ -31,6 +31,7 @@
ansible.builtin.set_fact:
checkmake_go_install:
url: "{{ checkmake.go_pkg }}@{{ checkmake.version }}"
bin: "{{ path_bin }}/checkmake"
- name: Queue checkmake source install
ansible.builtin.set_fact: