mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-06 10:21:34 +02:00
Huge role refactoring/cleanup. Other commits will propably follow. Because some bugs will exist. Still important for longrun and also for auto docs/help/slideshow generation
This commit is contained in:
13
roles/desktop-browser-firefox/templates/policies.json.j2
Normal file
13
roles/desktop-browser-firefox/templates/policies.json.j2
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"policies": {
|
||||
"Extensions": {
|
||||
"Install": [
|
||||
{% for plugin in applications[application_id].plugins -%}
|
||||
"{{ plugin }}"{% if not loop.last %},{% endif %}
|
||||
{% endfor %}
|
||||
]
|
||||
},
|
||||
"DisablePasswordManager": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user