소스 검색

Merge pull request #6105 from kwoodson/docker_crio_fix

Fixing docker crio installation.
Scott Dodson 7 년 전
부모
커밋
763f604fcc
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: