forked from CCCHH/ansible-infra
		
	Also use this role instead of plain ansible.builtin.reboot. This is in preparation for using ansible_pull as we don't want to have ansible.builtin.reboot fail local playbook runs.
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			263 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			263 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| argument_specs:
 | |
|   main:
 | |
|     options:
 | |
|       reboot__local_handling:
 | |
|         type: str
 | |
|         required: false
 | |
|         choices:
 | |
|           - "none"
 | |
|           - "ignore"
 | |
|           - "file"
 | |
|       reboot__local_handling_file:
 | |
|         type: path
 | |
|         required: false
 |