mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 11:02:47 +00:00
15 lines
320 B
YAML
15 lines
320 B
YAML
---
|
|
- name: Install packages on FreeBSD
|
|
tags: [packages]
|
|
community.general.pkgng:
|
|
name: >-
|
|
{{
|
|
(
|
|
(freebsd_packages_base | default([]))
|
|
+ (freebsd_development_packages | default([]))
|
|
+ (host_packages | default([]))
|
|
)
|
|
| unique
|
|
}}
|
|
state: present
|