12 lines
		
	
	
		
			471 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			471 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| # {{ ansible_managed }}
 | |
| 
 | |
| deb {{ apt_ubuntu_mirror }} {{ ansible_lsb.codename }} main restricted universe multiverse
 | |
| deb {{ apt_ubuntu_mirror }} {{ ansible_lsb.codename }}-updates main restricted universe multiverse
 | |
| 
 | |
| deb http://security.ubuntu.com/ubuntu {{ ansible_lsb.codename }}-security main restricted universe multiverse
 | |
| 
 | |
| {% if apt_backports_enable %}
 | |
| deb {{ apt_ubuntu_mirror }} {{ ansible_lsb.codename }}-backports main restricted universe multiverse
 | |
| {% endif %}
 | |
| 
 |