- add a custom pkg definition if it exists - if it doesn't exist, assume it's a package manager packge name
5 lines
139 B
YAML
5 lines
139 B
YAML
---
|
|
- name: add to syspkgs
|
|
ansible.builtin.set_fact:
|
|
syspkgs: "{{ (syspkgs | default([])) + ['kitty', 'kitty-shell-integration'] }}"
|