add and fix handlers

- use handlers for pre-installation dependencies like repos
This commit is contained in:
Matthew Stobbs
2025-02-21 09:05:23 -07:00
parent 41b1acc067
commit 481385af57
3 changed files with 19 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# vim: set filetype=yaml.ansible :
---
- name: Dep end go
- name: Depend go
ansible.builtin.include_tasks:
file: addpkg.yml
vars:
@@ -17,3 +17,17 @@
pkg: rust
ansible.builtin.include_tasks:
file: addpkg.yml
- name: Depend zig
vars:
pkg: zig
ansible.builtin.include_tasks:
file: addpkg.yml
- name: Depend terra repo
ansible.builtin.include_tasks:
file: repos/terra.yml
- name: Depend hashicorp repo
ansible.builtin.include_tasks:
file: repos/hashicorp.yml