We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6c64e0 + 8b30560 commit 711c667Copy full SHA for 711c667
ansible/roles/container_kill_start/tasks/main.yml
@@ -68,9 +68,7 @@
68
become: yes
69
command: |
70
docker run \
71
- {% if memory_hard_limit is defined %}
72
- --memory {{ memory_hard_limit | default ( "1g" ) }} \
73
- {% endif %}
+ --memory {{ memory_hard_limit | default ( "1g" ) }} \
74
--log-driver={{ log_driver }} \
75
{% if log_driver == "syslog" %}
76
--log-opt syslog-facility={{ log_facility }} \
0 commit comments