Files
ansible_role_package/tasks/pkgs/packer.yml
2025-01-22 22:14:49 -07:00

9 lines
212 B
YAML

---
- name: ensure hashicorp repo is active
ansible.builtin.include_tasks:
file: "{{ ansible_os_family }}/hashicorp_repo.yml"
- name: append to pkgs
set_fact:
syspkgs: "{{ syspkgs + [ 'packer' ] }}"