osbs-dev: actually install docker when we say we're going to
This commit is contained in:
parent
0716dbc5f2
commit
af43d81529
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue