mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
13 lines
310 B
YAML
13 lines
310 B
YAML
---
|
|
- name: Install packages on Void Linux
|
|
community.general.xbps:
|
|
name: >-
|
|
{{
|
|
(common_packages | default([]))
|
|
+ (void_packages_base | default([]))
|
|
+ (profile_packages | default([]))
|
|
+ (host_packages | default([]))
|
|
}}
|
|
state: present
|
|
update_cache: true
|