working through each file

This commit is contained in:
Matthew Stobbs
2025-02-13 11:06:56 -07:00
parent c73ac46bc8
commit 17ed8354c0
12 changed files with 163 additions and 184 deletions

View File

@@ -5,3 +5,15 @@
file: addpkg.yml
vars:
pkg: go
- name: Depend cargo
vars:
pkg: cargo
ansible.builtin.include_tasks:
file: addpkg.yml
- name: Depend rust
vars:
pkg: rust
ansible.builtin.include_tasks:
file: addpkg.yml