10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
|
---
|
||
|
{%- from "pkg/map.jinja" import pkg with context %}
|
||
|
{%- if pkg.remove|length > 0 %}
|
||
|
pkg-remove:
|
||
|
pkg.purged:
|
||
|
- pkgs:
|
||
|
{%- for pkg in pkg.remove %}
|
||
|
- {{ pkg }}
|
||
|
{%- endfor %}
|
||
|
{%- endif %}
|