mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Added deletion of containers to reset routine
This commit is contained in:
		| @@ -7,11 +7,11 @@ | ||||
|   notify: docker restart | ||||
|  | ||||
| - name: "Load cleanup tasks when MODE_CLEANUP or MODE_RESET is enabled" | ||||
|   include_tasks: "02_cleanup.yml" | ||||
|   include_tasks: "03_cleanup.yml" | ||||
|   when: MODE_CLEANUP | bool or MODE_RESET | bool | ||||
|  | ||||
| - name: "Load reset tasks when MODE_RESET is enabled" | ||||
|   include_tasks: "03_reset.yml" | ||||
|   include_tasks: "02_reset.yml" | ||||
|   when: MODE_RESET | bool | ||||
|  | ||||
| - name: Include backup, repair and health services for docker | ||||
|   | ||||
		Reference in New Issue
	
	Block a user