the playbook is failing needing this
This commit is contained in:
parent
dc20223ef8
commit
620dc090b7
1 changed files with 3 additions and 0 deletions
|
@ -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}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue