mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	Refactored server roles for better readability
This commit is contained in:
		@@ -15,6 +15,6 @@
 | 
			
		||||
 | 
			
		||||
- name: Remove exact nginx config for {{ domain }}
 | 
			
		||||
  ansible.builtin.file:
 | 
			
		||||
    path: "{{ NGINX.DIRECTORIES.HTTP.SERVERS }}{{ domain }}.conf"
 | 
			
		||||
    path: "{{ [ NGINX.DIRECTORIES.HTTP.SERVERS, domain ~ '.conf'] | path_join }}"
 | 
			
		||||
    state: absent
 | 
			
		||||
  notify: restart openresty
 | 
			
		||||
		Reference in New Issue
	
	Block a user