Files
ansible_role_package/tasks/pkgs/terraform.yml
Matthew Stobbs f3690df496 fix more typos
2025-01-25 21:48:48 -07:00

10 lines
287 B
YAML

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