update and fix multiple packages
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
# install hashicorp vault for RedHat
|
||||
---
|
||||
- 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.vault[ansible_system] ] }}"
|
||||
tappkgs: "{{ tappkgs + [ pkgconfig.hashicorp.vault[ansible_system] ] }}"
|
||||
|
||||
Reference in New Issue
Block a user