more package fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: append to pkgs
|
||||
- name: Append to pkgs
|
||||
ansible.builtin.set_fact:
|
||||
syspkgs: "{{ syspkgs + [ 'jq' ] }}"
|
||||
pkg_sys: "{{ pkg_sys + ['jq'] }}"
|
||||
|
||||
Reference in New Issue
Block a user