From ca59b60fbe838fb5729faf1b222651efa622baa4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= <rpiliszek@7bulls.com>
Date: Mon, 22 May 2023 21:15:03 +0200
Subject: [PATCH] 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
---
 playbooks/buildset-registry/pre.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/playbooks/buildset-registry/pre.yaml b/playbooks/buildset-registry/pre.yaml
index b904358..7c20e32 100644
--- a/playbooks/buildset-registry/pre.yaml
+++ b/playbooks/buildset-registry/pre.yaml
@@ -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: