osbs-dev: actually install docker when we say we're going to

This commit is contained in:
Adam Miller 2016-02-16 23:13:28 +00:00
parent 0716dbc5f2
commit af43d81529

View file

@ -97,7 +97,7 @@
tasks:
- name: install docker
action: "{{ ansible_pkg_mgr }} name=docker-distribution state=installed"
action: "{{ ansible_pkg_mgr }} name=docker state=installed"
- name: ensure docker daemon cert dir exists
file: