mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 04:31:13 +01:00
implemented database condition
This commit is contained in:
parent
03b3252a0c
commit
016c050c60
@ -127,5 +127,7 @@ run:
|
||||
- exec: echo "End of custom commands"
|
||||
|
||||
docker_args:
|
||||
{% if enable_central_database | bool %}
|
||||
- --network=central_{{ database_type }}_network
|
||||
{% endif %}
|
||||
- --name=discourse_application
|
||||
|
Loading…
Reference in New Issue
Block a user