diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2017-11-13 18:29:42 -0500 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2017-11-13 18:29:42 -0500 |
commit | a322f1f556e6e24414c9d0df3d3f6c25158a3079 (patch) | |
tree | b1a0d5d415f0795d49e91a03a09a1683d99630d4 /roles | |
parent | feb0e25b3ba3deb2c97d707e6000efa9743eb9c0 (diff) | |
download | openshift-a322f1f556e6e24414c9d0df3d3f6c25158a3079.tar.gz openshift-a322f1f556e6e24414c9d0df3d3f6c25158a3079.tar.bz2 openshift-a322f1f556e6e24414c9d0df3d3f6c25158a3079.tar.xz openshift-a322f1f556e6e24414c9d0df3d3f6c25158a3079.zip |
Fixing islnk.
Diffstat (limited to 'roles')
-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: |