workaround broken home tap package installation

This commit is contained in:
Matthew Stobbs
2025-01-24 16:43:28 -07:00
parent 9a9d2b2eb1
commit a600a20b7d
7 changed files with 21 additions and 7 deletions

View File

@@ -9,4 +9,4 @@
- name: append to pkgs
set_fact:
syspkgs: "{{ syspkgs + [ _hashicorp.consul[ansible_os_family] ] }}"
tappkgs: "{{ tappkgs + [ _hashicorp.consul[ansible_os_family] ] }}"