mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Renamed redis role
This commit is contained in:
		| @@ -6,7 +6,7 @@ services: | ||||
| {% endif %} | ||||
| {# Load Redis #} | ||||
| {% if applications[application_id].docker.services.redis.enabled | default(false) | bool %} | ||||
| {% include 'roles/web-app-redis/templates/service.yml.j2' %} | ||||
| {% include 'roles/svc-db-redis/templates/service.yml.j2' %} | ||||
| {% endif %} | ||||
| {# Load OAuth2 Proxy #} | ||||
| {% if applications | is_feature_enabled('oauth2',application_id) %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user