mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Solved listmonk path bug
This commit is contained in:
		| @@ -5,7 +5,7 @@ | ||||
|   vars: | ||||
|     proxy_extra_configuration: >- | ||||
|       {% if not applications | get_app_conf(application_id, 'public_api_activated', True) %} | ||||
|       {{ lookup('file', '{{ role_path }}/files/deactivate-public-api.conf') }} | ||||
|       {{ lookup('file', '{{ playbook_dir }}/roles/web-app-listmonk/files/deactivate-public-api.conf') }} | ||||
|       {% else %} | ||||
|       "" | ||||
|       {% endif %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user