3 lines
151 B
Text
3 lines
151 B
Text
{%- from "roles.jinja" import roles with context %}
|
|
{%- set data=salt.cmd.shell('sudo bash ~/get_passwords.sh '+roles | join(' ')) -%}
|
|
{{data | trim}}
|