소스 검색

crio: Add failed_when to overlay check

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1506399

Signed-off-by: Steve Milner <smilner@redhat.com>
Steve Milner 7 년 전
부모
커밋
d48b494c49
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/docker/tasks/systemcontainer_crio.yml

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

@@ -62,7 +62,7 @@
   shell: lsmod | grep overlay
   register: l_has_overlay_in_kernel
   ignore_errors: yes
-
+  failed_when: false
 
 - when: l_has_overlay_in_kernel.rc != 0
   block: