Files
ansible_role_package/tasks/pkgs/terraform.yml
2025-01-25 16:07:24 -07:00

9 lines
229 B
YAML

---
- name: ensure hashicorp repo is active
ansible.builtin.include_tasks:
file: "pkgs/hashicorp_repo.yml"
- name: append to pkgs
set_fact:
tappkgs: "{{ tappkgs + [ pkconfig.hashicorp.terraform[ansible_system] ] }}"