fix remaining packages to new format
- still needs testing
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 + [ 'pandoc' ] }}"
|
||||
pkg_sys: "{{ pkg_sys + ['pandoc'] }}"
|
||||
|
||||
Reference in New Issue
Block a user