9 lines
169 B
Plaintext
9 lines
169 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 %}
|