From 71bdcd837f718072626faf78f0e61e0e8232553d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 17 May 2023 18:14:05 -0700 Subject: [PATCH] ansible 2.14 tweak for bastion playbook Signed-off-by: Kevin Fenzi --- playbooks/groups/bastion.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/bastion.yml b/playbooks/groups/bastion.yml index 1b0cda2581..7e0f6c11bf 100644 --- a/playbooks/groups/bastion.yml +++ b/playbooks/groups/bastion.yml @@ -1,4 +1,6 @@ -- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=bastion" +- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml" + vars: + myhosts: bastion - name: make the boxen be real for real hosts: bastion