mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Optimized code and solved bugs
This commit is contained in:
		| @@ -47,7 +47,7 @@ for filename in os.listdir(config_path): | ||||
|         # Prepare the URL and expected status codes | ||||
|         url = f"{{ web_protocol }}://{domain}" | ||||
|          | ||||
|         redirected_domains = [domain['source'] for domain in {{current_play_redirect_domain_mappings}}] | ||||
|         redirected_domains = [domain['source'] for domain in {{ current_play_domain_mappings_redirect}}] | ||||
|         {%- if domains.mailu | safe_var | bool %} | ||||
|         redirected_domains.append("{{domains | get_domain('mailu')}}") | ||||
|         {%- endif %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user