From 8070cc4196baa147a0f136b990b7b9771a552fff Mon Sep 17 00:00:00 2001 From: Sandwich Date: Thu, 19 Feb 2026 13:39:30 +0100 Subject: [PATCH] refactor: make bootstrap host target configurable --- main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.yml b/main.yml index d12b213..b80ee2c 100644 --- a/main.yml +++ b/main.yml @@ -1,6 +1,6 @@ --- - name: Create and configure VMs - hosts: all + hosts: "{{ bootstrap_target | default('all') }}" strategy: free # noqa: run-once[play] gather_facts: false become: true