| 
					
				 | 
			
			
				@@ -15,11 +15,11 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 - name: Install bird.conf 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   template: src=bird.conf.j2 dest={{bird_config_dir}}/bird.conf 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  notify: Restart bird daemons 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  notify: Reload bird daemons 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 - name: Install bird6.conf 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   template: src=bird6.conf.j2 dest={{bird_config_dir}}/bird6.conf 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  notify: Restart bird daemons 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  notify: Reload bird daemons 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 - name: Enable and start bird and bird6 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   service: name={{item}} state=started enabled=yes 
			 |