8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
{%- from "ssh/map.jinja" import ssh with context %}
|
|
|
|
{% for pkg in ssh.pkgs %}
|
|
ssh-pkg-{{ pkg }}:
|
|
pkg.installed:
|
|
- name: {{ pkg }}
|
|
{% endfor %}
|