mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Solved some handler reloading bugs
This commit is contained in:
		| @@ -3,6 +3,10 @@ | ||||
|   include_tasks: cleanup.yml | ||||
|   when: mode_cleanup | bool | ||||
|  | ||||
| - include_tasks: "{{ playbook_dir }}/tasks/utils/load_handlers.yml" | ||||
|   vars: | ||||
|     handler_role_name: "svc-prx-openresty" | ||||
|  | ||||
| - name: "include role for {{ domain }} to receive certificates and do the modification routines" | ||||
|   include_role: | ||||
|     name: srv-web-7-6-composer | ||||
| @@ -18,7 +22,7 @@ | ||||
|   uri: | ||||
|     url: "{{ domains | get_url(application_id, WEB_PROTOCOL) }}" | ||||
|   register: site_check | ||||
|   failed_when: false | ||||
|   failed_when:  false | ||||
|   changed_when: false | ||||
|   when: not nginx_conf.changed | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user