add and fix handlers
- use handlers for pre-installation dependencies like repos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user