forked from CCCHH/ansible-infra
		
	Active connections should survive a restart of the service and testing also didn't show any issues.
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			117 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			117 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: restart the ssh service
 | |
|   ansible.builtin.systemd:
 | |
|     name: ssh.service
 | |
|     state: restarted
 | |
|   become: true
 |