buildset-registry: Always use Docker
Since run-buildset-registry depends on the container_command, but buildset-registry supports only Docker, we need to enforce it. Change-Id: I8966251030dcb3342befa727b2cc6e20b7229b11
This commit is contained in:
parent
3fc688b08d
commit
ca59b60fbe
@ -1,4 +1,7 @@
|
||||
- hosts: all
|
||||
vars:
|
||||
# NOTE(yoctozepto): For now, buildset-registry supports only Docker.
|
||||
container_command: docker
|
||||
tasks:
|
||||
- name: Install docker
|
||||
include_role:
|
||||
|
Loading…
x
Reference in New Issue
Block a user