From 4f0fe17dc1156cae9d460a2db07447dcc4c40555 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 6 Jun 2023 10:26:32 -0700 Subject: [PATCH] autosign: fix up import for newer ansible Signed-off-by: Kevin Fenzi --- playbooks/manual/autosign.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playbooks/manual/autosign.yml b/playbooks/manual/autosign.yml index de87afc009..d5df663520 100644 --- a/playbooks/manual/autosign.yml +++ b/playbooks/manual/autosign.yml @@ -4,7 +4,9 @@ # Access is via management interface only. This playbook does initial setup. # Please check with rel-eng before doing anything here. -- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=autosign_stg" +- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml" + vars: + myhosts: autosign_stg - name: make the box be real hosts: autosign:autosign_stg