more package fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: append to syspkgs
|
||||
- name: Append to pkg_sys
|
||||
when:
|
||||
- ansible_system == 'Linux'
|
||||
ansible.builtin.set_fact:
|
||||
syspkgs: "{{ syspkgs + [ 'flatpak' ] }}"
|
||||
flatpak: true
|
||||
when: ansible_os_family != 'Darwin'
|
||||
pkg_sys: "{{ pkg_sys + ['flatpak'] }}"
|
||||
|
||||
Reference in New Issue
Block a user