mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-24 20:10:20 +01:00
6 lines
165 B
Text
6 lines
165 B
Text
|
{{ ansible_managed | comment }}
|
||
|
{{ "willshersystems:ansible-sshd" | comment(prefix="", postfix="") }}
|
||
|
{% for principal in item.value %}
|
||
|
{{ principal }}
|
||
|
{% endfor %}
|