mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Added is defined condition
This commit is contained in:
		| @@ -3,7 +3,7 @@ | ||||
|         - "CMD" | ||||
|         - "curl" | ||||
|         - "-f" | ||||
| {% if container_hostname %} | ||||
| {% if container_hostname is defined %} | ||||
|         - "-H" | ||||
|         - "Host: {{ container_hostname }}" | ||||
| {% endif %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user