mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Removed unnecessary sys-svc-webserver import
This commit is contained in:
		| @@ -2,3 +2,4 @@ | ||||
| - Optimize buffering | ||||
| - Optimize caching | ||||
| - Make 'proxy_hide_header Content-Security-Policy' optional by using more_header option. See [ChatGPT Conversation](https://chatgpt.com/share/6825cb39-8db8-800f-8886-0cebdfad575a) | ||||
| - Refactor this role - It seems like it's just an wrapper for 'sys-stk-front-pure' which doesn't add any additional logic | ||||
|   | ||||
| @@ -1,9 +1,6 @@ | ||||
| - block: | ||||
|   - name: Include dependencies | ||||
|     include_role: | ||||
|       name: '{{ item }}' | ||||
|     loop: | ||||
|     - sys-stk-front-pure | ||||
|     - sys-svc-webserver | ||||
|       name: 'sys-stk-front-pure' | ||||
|   - include_tasks: utils/run_once.yml | ||||
|   when: run_once_sys_svc_proxy is not defined | ||||
|   when: run_once_sys_svc_proxy is not defined and run_once_sys_stk_front_pure is not defined | ||||
|   | ||||
		Reference in New Issue
	
	Block a user