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:
Radosław Piliszek 2023-05-22 21:15:03 +02:00
parent 3fc688b08d
commit ca59b60fbe
1 changed files with 3 additions and 0 deletions

View File

@ -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: