diff options
author | Steve Milner <smilner@redhat.com> | 2017-10-26 14:07:49 -0400 |
---|---|---|
committer | Steve Milner <smilner@redhat.com> | 2017-10-26 14:08:00 -0400 |
commit | d48b494c499caa96737845098f3f02d8b7a96fda (patch) | |
tree | 847199983ebe41813f6d476a2fa6ded5b19c1c96 | |
parent | 34f6e3e2543ab961bcded8cbc7e531a7bbf5b02c (diff) | |
download | openshift-d48b494c499caa96737845098f3f02d8b7a96fda.tar.gz openshift-d48b494c499caa96737845098f3f02d8b7a96fda.tar.bz2 openshift-d48b494c499caa96737845098f3f02d8b7a96fda.tar.xz openshift-d48b494c499caa96737845098f3f02d8b7a96fda.zip |
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>
-rw-r--r-- | roles/docker/tasks/systemcontainer_crio.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/docker/tasks/systemcontainer_crio.yml b/roles/docker/tasks/systemcontainer_crio.yml index 13bbd359e..453f7c3ba 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: |