ansible-role-docker/templates/docker.j2
cuqmbr c7ccc53b07
fix: add check for undefined docker_daemon_run_options variable in docker.j2 file
before, if the variable was undefined (run docker with default options), a play filed
2025-01-10 22:08:37 +02:00

2 lines
102 B
Django/Jinja

DOCKER_OPTS="{% if docker_daemon_run_options is defined %}{{ docker_daemon_run_options }}{% endif %}"