Files
ansible_role_package/handlers/main.yml
Matthew Stobbs 0eb7361c65 Update handlers, move deps to pkg_lengths
Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
2025-05-12 12:12:40 -06:00

14 lines
300 B
YAML

# vim: set filetype=yaml.ansible :
---
- name: Depend terra repo
ansible.builtin.include_tasks:
file: repos/terra.yml
- name: Depend hashicorp repo
ansible.builtin.include_tasks:
file: repos/hashicorp.yml
- name: Depend zfs repo
ansible.builtin.include_tasks:
file: repos/zfs.yml