Fix docker-storage was not found issue (#3584)

This commit is contained in:
Lear Li
2018-11-06 17:50:14 -08:00
committed by k8s-ci-robot
parent 113dd2146a
commit 33f33a7358
5 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
---
dependencies:
- role: container-engine/docker/docker-storage
- role: container-engine/docker-storage
when: docker_container_storage_setup and ansible_os_family == "RedHat"