update checkmake

This commit is contained in:
Matthew Stobbs
2025-08-14 21:42:25 -06:00
parent 5df0ba2d91
commit 2018ad8de7

View File

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