فهرست منبع

Fixing islnk.

Kenny Woodson 7 سال پیش
والد
کامیت
a322f1f556
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      roles/docker/tasks/main.yml

+ 1 - 1
roles/docker/tasks/main.yml

@@ -53,7 +53,7 @@
 
 - when:
     - l_use_crio
-    - dockerstat.stat.islink is defined and not (dockerstat.stat.islink | bool)
+    - dockerstat.stat.islnk is defined and not (dockerstat.stat.islnk | bool)
   block:
     - name: stop the current running docker
       systemd: