add nwg-panel

This commit is contained in:
Matthew Stobbs
2025-05-12 21:20:55 -06:00
parent 8211c0b7b1
commit 039c9c9671

5
tasks/pkgs/nwg-panel.yml Normal file
View File

@@ -0,0 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Add nwg-panel to pkg_sys
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + ['nwg-panel'] }}"