summaryrefslogtreecommitdiffstats
path: root/roles/docker
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-10-27 12:18:46 -0400
committerGitHub <noreply@github.com>2017-10-27 12:18:46 -0400
commit75266ed22e8487742f7ba4f857e9b6f12a1fdaaa (patch)
treeea9924957c08a058ae915545e0c9ff8b59818a12 /roles/docker
parentc6c0f5f6f859cec1bafbe27c5fd78067ffe31abd (diff)
parentd48b494c499caa96737845098f3f02d8b7a96fda (diff)
downloadopenshift-75266ed22e8487742f7ba4f857e9b6f12a1fdaaa.tar.gz
openshift-75266ed22e8487742f7ba4f857e9b6f12a1fdaaa.tar.bz2
openshift-75266ed22e8487742f7ba4f857e9b6f12a1fdaaa.tar.xz
openshift-75266ed22e8487742f7ba4f857e9b6f12a1fdaaa.zip
Merge pull request #5901 from ashcrow/failed-when
crio: Add failed_when to overlay check
Diffstat (limited to 'roles/docker')
-rw-r--r--roles/docker/tasks/systemcontainer_crio.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/docker/tasks/systemcontainer_crio.yml b/roles/docker/tasks/systemcontainer_crio.yml
index ee2048f7a..54b25d8a2 100644
--- a/roles/docker/tasks/systemcontainer_crio.yml
+++ b/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: