From 77149ebe59d9609d6d41a09daac0d4defefb169b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 2 Jul 2021 12:11:09 -0700 Subject: [PATCH] add virt-instance create for the armv7 maintainer test instances Signed-off-by: Kevin Fenzi --- playbooks/groups/maintainer-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/groups/maintainer-test.yml b/playbooks/groups/maintainer-test.yml index 19a92ff73c..e9c22d321d 100644 --- a/playbooks/groups/maintainer-test.yml +++ b/playbooks/groups/maintainer-test.yml @@ -1,3 +1,5 @@ +- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=armv7-test01.fedorainfracloud.org:armv7-test02.fedorainfracloud.org" + - name: Setup maintainer test hosts hosts: maintainer_test gather_facts: True