forked from ISTI-ansible-roles/ansible-roles
9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
|
{
|
||
|
|
||
|
{% for opt in opencpu_options %}
|
||
|
"{{ opt.name }}": {{ opt.value }}{% if not loop.last %},{% endif %}
|
||
|
|
||
|
{% endfor %}
|
||
|
|
||
|
}
|