mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Corrected variable
This commit is contained in:
		
							
								
								
									
										0
									
								
								roles/web-app-chess/schema/main.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								roles/web-app-chess/schema/main.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -10,7 +10,7 @@ container_hostname:             "{{ domains | get_domain(application_id) }}" | ||||
| # CHESS_URL:                      "{{ domains | get_url(application_id, WEB_PROTOCOL) }}" | ||||
| CHESS_HOSTNAME:                 "{{ container_hostname }}" | ||||
| CHESS_ADMIN_URL:                "" | ||||
| CHESS_ADMIN_EMAIL:              "{{ users.users.administrator.email }}" | ||||
| CHESS_ADMIN_EMAIL:              "{{ users.administrator.email }}" | ||||
|  | ||||
| # Docker image | ||||
| #CHESS_IMAGE:                    "{{ applications | get_app_conf(application_id, 'docker.services.application.image') }}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user