mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Shortened service- to svc-
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
| services: | ||||
| {# Load Database #} | ||||
| {% if applications[application_id].docker.services.database.enabled | default(false) | bool %} | ||||
| {% include 'roles/service-rdbms-central/templates/services/main.yml.j2' %} | ||||
| {% include 'roles/svc-rdbms-central/templates/services/main.yml.j2' %} | ||||
| {% endif %} | ||||
| {# Load Redis #} | ||||
| {% if applications[application_id].docker.services.redis.enabled | default(false) | bool %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user