From 30dc199aa6e5954e3195c827d4983a45ad5b9c9a Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Wed, 7 Sep 2022 17:13:02 +0200 Subject: [PATCH] Declare test-hosts as testenv --- restore-tests/templates/inventory.yaml.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/restore-tests/templates/inventory.yaml.tpl b/restore-tests/templates/inventory.yaml.tpl index d6535f4..a41a831 100644 --- a/restore-tests/templates/inventory.yaml.tpl +++ b/restore-tests/templates/inventory.yaml.tpl @@ -7,6 +7,9 @@ all: ansible_ssh_private_key_file: ${ssh_private_key_file} network_interface: ens3 children: + testenv: + hosts: + ${server_under_test_hostname}: null unprovisioned: hosts: ${server_under_test_hostname}: null