fixing formatting and dependencies

This commit is contained in:
Matthew Stobbs
2025-01-25 18:45:37 -07:00
parent 391e8ee226
commit 66eaed6e4b
33 changed files with 95 additions and 75 deletions

View File

@@ -2,7 +2,8 @@
- name: ensure hashicorp repo is active
ansible.builtin.include_tasks:
file: "pkgs/hashicorp_repo.yml"
when: pkgconfig_hashicorp not defined
- name: append to pkgs
set_fact:
tappkgs: "{{ tappkgs + [ pkgconfig.hashicorp.packer[ansible_system] ] }}"
ansible.builtin.set_fact:
tappkgs: "{{ tappkgs + [ pkgconfig_hashicorp.packer[ansible_system] ] }}"