Skip to content

Commit c03d553

Browse files
committed
Update main.yml
1 parent 1ae1336 commit c03d553

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • ansible/roles/container_kill_start/tasks

ansible/roles/container_kill_start/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
command: >
7272
docker run
7373
--log-driver={{ log_driver }}
74-
#--log-opt syslog-facility={{ log_facility }}
75-
#--log-opt tag="{{ log_tag | default ( name ) }}"
74+
--log-opt syslog-facility={{ log_facility }}
75+
--log-opt tag="{{ log_tag | default ( name ) }}"
7676
-v {{ app_log_dir }}:{{ app_log_dir }}:rw
7777
--restart={{ restart_policy | default('always') }}
7878
{{ container_run_opts }}

0 commit comments

Comments
 (0)