fix checkmake

This commit is contained in:
Matthew Stobbs
2026-01-02 20:26:35 -07:00
parent 8c1fefc3f2
commit ff740426c8

View File

@@ -6,7 +6,7 @@
block:
- name: Add checkmake to pkg_go
ansible.builtin.set_fact:
pkg_go: "{{ pkg_go + ['github.com/checkmake/checkmake/cmd/checkmake@latest'] }}"
pkg_go: "{{ pkg_go + ['github.com/mrtazz/checkmake/cmd/checkmake@latest'] }}"
- name: Set checkmake_configured
ansible.builtin.set_fact: