finished list, now to test them all

This commit is contained in:
Matthew Stobbs
2026-04-13 13:11:50 -06:00
parent 4a44382b01
commit 633a8cad84
163 changed files with 210 additions and 4672 deletions

View File

@@ -1,4 +1,4 @@
# vim: set filetype=yaml.ansible
# vim: set filetype=yaml.ansible :
#
## Helper: cargo.yml
## Description: Install packages using the cargo command
@@ -7,10 +7,6 @@
## version: cargo version, omitted if empty
## locked: _bool_, optional. Default false
---
- name: Dump install vars
ansible.builtin.debug:
var: pkg
- name: Install with cargo {{ pkg.name }}
become: "{{ install_become }}"
become_user: "{{ install_become_user }}"