From 46a12f1de7bf5bbf70a861e0e8b6ca9e0bca8cb9 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Thu, 16 Jan 2025 12:28:23 -0600 Subject: [PATCH] Update localhost.yml Allow the plays/'localhost' inventory to work outside of QEMU, nest expected group --- packer-rocm/inventories/localhost.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packer-rocm/inventories/localhost.yml b/packer-rocm/inventories/localhost.yml index 525eedb..76e24bd 100644 --- a/packer-rocm/inventories/localhost.yml +++ b/packer-rocm/inventories/localhost.yml @@ -3,3 +3,7 @@ qemu: hosts: localhost: ansible_connection: local + +default: + children: + qemu: