mirror of https://dev.ccchb.de/ccchb/ansible.git
5 lines
95 B
Plaintext
5 lines
95 B
Plaintext
|
{% for guest in bhyve_guests %}
|
||
|
bhyve-{{ guest.name }}
|
||
|
bhyve-{{ guest.name }}-log
|
||
|
{% endfor %}
|