mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Refactored docker logic
This commit is contained in:
		| @@ -2,9 +2,9 @@ | ||||
|   hosts: all | ||||
|   tasks: | ||||
|   - name: "Load 'constructor' tasks" | ||||
|     include_tasks: "tasks/constructor.yml" | ||||
|     include_tasks: "tasks/plays/01_constructor.yml" | ||||
|   - name: "Load '{{host_type}}' tasks" | ||||
|     include_tasks: "tasks/{{host_type}}.yml" | ||||
|     include_tasks: "tasks/plays/02_{{host_type}}.yml" | ||||
|   - name: "Load 'destructor' tasks" | ||||
|     include_tasks: "tasks/destructor.yml" | ||||
|     include_tasks: "tasks/plays/03_destructor.yml" | ||||
|   become: true | ||||
		Reference in New Issue
	
	Block a user