mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 19:10:18 +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 %}
|