mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Refactored server roles for better readability
This commit is contained in:
		
							
								
								
									
										9
									
								
								roles/sys-svc-webserver/tasks/03_reset.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								roles/sys-svc-webserver/tasks/03_reset.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| - name: Delete NGINX config paths | ||||
|   file: | ||||
|     path: "{{ item }}" | ||||
|     state: absent | ||||
|   loop: | ||||
|     - "{{ NGINX.DIRECTORIES.CONFIGURATION }}" | ||||
|     - "{{ NGINX.FILES.CONFIGURATION }}" | ||||
|   loop_control: | ||||
|     label: "{{ item }}" | ||||
		Reference in New Issue
	
	Block a user