summaryrefslogtreecommitdiffstats
path: root/roles/docker/tasks/main.yml
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2017-11-13 18:29:42 -0500
committerKenny Woodson <kwoodson@redhat.com>2017-11-13 18:29:42 -0500
commita322f1f556e6e24414c9d0df3d3f6c25158a3079 (patch)
treeb1a0d5d415f0795d49e91a03a09a1683d99630d4 /roles/docker/tasks/main.yml
parentfeb0e25b3ba3deb2c97d707e6000efa9743eb9c0 (diff)
downloadopenshift-a322f1f556e6e24414c9d0df3d3f6c25158a3079.tar.gz
openshift-a322f1f556e6e24414c9d0df3d3f6c25158a3079.tar.bz2
openshift-a322f1f556e6e24414c9d0df3d3f6c25158a3079.tar.xz
openshift-a322f1f556e6e24414c9d0df3d3f6c25158a3079.zip
Fixing islnk.
Diffstat (limited to 'roles/docker/tasks/main.yml')
-rw-r--r--roles/docker/tasks/main.yml2
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: