mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-05 16:44:16 +02:00
8 lines
209 B
Django/Jinja
8 lines
209 B
Django/Jinja
{
|
|
"ExtensionInstallForcelist": [
|
|
{% for plugin in applications[application_id].plugins -%}
|
|
"{{ plugin }}"{% if not loop.last %},{% endif %}
|
|
{% endfor %}
|
|
],
|
|
"PasswordManagerEnabled": false
|
|
} |