Browse Source

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 years ago
parent
commit
d48b494c49
1 changed files with 1 additions and 1 deletions
  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: