mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
{% for username in admin_user_list.stdout.split('\n') %}
|
|
{{ username }}
|
|
{% endfor %}
|
|
|