mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			106 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			106 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| - name: Restart systemd-logind
 | |
|   become: true
 | |
|   systemd:
 | |
|     name: systemd-logind
 | |
|     state: restarted |