Skip to content

Commit e17da95

Browse files
committed
Merge remote-tracking branch 'origin/master' into add-big-poppa
2 parents c73d1a8 + 711c667 commit e17da95

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • ansible/roles/container_kill_start/tasks

ansible/roles/container_kill_start/tasks/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@
6868
become: yes
6969
command: |
7070
docker run \
71-
{% if memory_hard_limit is defined %}
72-
--memory {{ memory_hard_limit | default ( "1g" ) }} \
73-
{% endif %}
71+
--memory {{ memory_hard_limit | default ( "1g" ) }} \
7472
--log-driver={{ log_driver }} \
7573
{% if log_driver == "syslog" %}
7674
--log-opt syslog-facility={{ log_facility }} \

0 commit comments

Comments
 (0)