diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-11-15 15:54:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-15 15:54:45 -0500 |
commit | 763f604fccb71971cd6fda3ae63312233bbe1d4e (patch) | |
tree | 39041fc5d259de8031ec8a44dfe754054dd432b0 | |
parent | da8e372b2221d1e36556bb86b3dd04328051913a (diff) | |
parent | a322f1f556e6e24414c9d0df3d3f6c25158a3079 (diff) | |
download | openshift-763f604fccb71971cd6fda3ae63312233bbe1d4e.tar.gz openshift-763f604fccb71971cd6fda3ae63312233bbe1d4e.tar.bz2 openshift-763f604fccb71971cd6fda3ae63312233bbe1d4e.tar.xz openshift-763f604fccb71971cd6fda3ae63312233bbe1d4e.zip |
Merge pull request #6105 from kwoodson/docker_crio_fix
Fixing docker crio installation.
-rw-r--r-- | roles/docker/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/docker/tasks/main.yml b/roles/docker/tasks/main.yml index 3c814d8d8..69ee62790 100644 --- a/roles/docker/tasks/main.yml +++ b/roles/docker/tasks/main.yml @@ -53,7 +53,7 @@ - when: - l_use_crio - - dockerstat.stat.islink is defined and not (dockerstat.stat.islink | bool) + - dockerstat.stat.islnk is defined and not (dockerstat.stat.islnk | bool) block: - name: stop the current running docker systemd: |