mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			307 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			307 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
{
 | 
						|
    "policies": {
 | 
						|
      "Extensions": {
 | 
						|
        "Install": [
 | 
						|
          {% for plugin in applications | get_app_conf(application_id, 'plugins', True) -%}
 | 
						|
            "{{ plugin }}"{% if not loop.last %},{% endif %}
 | 
						|
          {% endfor %}
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "DisablePasswordManager": true
 | 
						|
    }
 | 
						|
  }
 | 
						|
   |