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