8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
|
---
|
||
|
{%- from "borg/map.jinja" import borg with context %}
|
||
|
{%- for pkg in borg.pip_pkgs %}
|
||
|
borg-pkg-reqs-{{ pkg }}:
|
||
|
pip.installed:
|
||
|
- name: {{ pkg }}
|
||
|
{%- endfor %}
|