mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Migrate nymph desktop to SwayFX and Noctalia
This commit is contained in:
@@ -67,7 +67,16 @@
|
||||
else []
|
||||
)
|
||||
+ (host_packages | default([]))
|
||||
) | unique
|
||||
)
|
||||
| unique
|
||||
}}
|
||||
state: present
|
||||
update_cache: false
|
||||
|
||||
- name: Remove host-specific packages on Void Linux
|
||||
tags: [packages]
|
||||
community.general.xbps:
|
||||
name: "{{ (host_remove_packages | default([])) | unique }}"
|
||||
state: absent
|
||||
update_cache: false
|
||||
when: (host_remove_packages | default([])) | length > 0
|
||||
|
||||
Reference in New Issue
Block a user