update and fix multiple packages
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
---
|
||||
- ansible.builtin.include_vars:
|
||||
file: hashicorp_repo.yml
|
||||
name: _hashicorp
|
||||
|
||||
- name: ensure hashicorp repo is active
|
||||
ansible.builtin.include_tasks:
|
||||
file: "pkgs/hashicorp_repo.yml"
|
||||
|
||||
- name: append to pkgs
|
||||
set_fact:
|
||||
tappkgs: "{{ tappkgs + [ _hashicorp.packer[ansible_system] ] }}"
|
||||
tappkgs: "{{ tappkgs + [ pkgconfig.hashicorp.packer[ansible_system] ] }}"
|
||||
|
||||
Reference in New Issue
Block a user