the playbook is failing needing this

This commit is contained in:
Kevin Fenzi 2018-06-20 18:30:40 +00:00
parent dc20223ef8
commit 620dc090b7

View file

@ -4,6 +4,9 @@
- name: install docker
action: "{{ ansible_pkg_mgr }} name=docker state=present"
- name: install python-docker-py
package: name=python-docker-py state=present
- name: ensure docker daemon cert dir exists
file:
path: "{{docker_cert_dir}}"