dynamic package addition

This commit is contained in:
Matthew Stobbs
2025-01-21 17:18:35 -07:00
parent 0ece836f39
commit 78c77cfd96
3 changed files with 20 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
# Install ansible for current platform
---
- name: append to pkgs
set_fact:
syspkgs: "{{ (syspkgs + [ 'ansible' ] }}"
syspkgs: "{{ syspkgs + [ 'ansible' ] }}"