From 9b156b9c0441b5d174c92f14161d3d073359d64a Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Thu, 4 May 2023 23:32:53 +0200 Subject: [PATCH] ansible: add the qemu test host to the inventory --- ansible/inventory.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/inventory.yaml b/ansible/inventory.yaml index 55189d9..71107f7 100644 --- a/ansible/inventory.yaml +++ b/ansible/inventory.yaml @@ -2,3 +2,4 @@ domoticamachines: hosts: dom1: ansible_host: 1.0.2.18 + qemu: -- 2.51.0