Browse Source

Merge pull request #5901 from ashcrow/failed-when

crio: Add failed_when to overlay check
Scott Dodson 7 years ago
parent
commit
75266ed22e
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: