9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
---
|
|
{%- from "netbox/map.jinja" import netbox with context %}
|
|
netbox_pkg_reqs:
|
|
pkg.latest:
|
|
- pkgs:
|
|
{%- for pkg in netbox.pkgs %}
|
|
- {{ pkg }}
|
|
{%- endfor %}
|