mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-30 18:31:28 +01:00 
			
		
		
		
	Update to 2021-12-01 19:13
This commit is contained in:
		
							
								
								
									
										9
									
								
								roles/network/handlers/main.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								roles/network/handlers/main.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| --- | ||||
|  | ||||
| - name: reload network | ||||
|   command: nmcli conn reload | ||||
|   notify: reload interfaces | ||||
|  | ||||
| - name: reload interfaces | ||||
|   command: nmcli conn up {{ item.name }} | ||||
|   loop: "{{ net_if }}" | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud