From 59ab8f66cc873c71c376c54d28872aeef8bb01e9 Mon Sep 17 00:00:00 2001 From: Klaus Smolin Date: Mon, 29 Apr 2024 09:20:53 +0200 Subject: [PATCH] fix: Sync with main Signed-off-by: Klaus Smolin --- playbooks/4_create_bastion.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/playbooks/4_create_bastion.yaml b/playbooks/4_create_bastion.yaml index 339c1e5b..64c31d1b 100644 --- a/playbooks/4_create_bastion.yaml +++ b/playbooks/4_create_bastion.yaml @@ -8,5 +8,3 @@ roles: - common - { role: create_bastion, when: env.bastion.create == True } - - { role: tune_kvm_domain, when: env.bastion.create == True, - param_kvm_domain_list: "{{ (env.bastion.vm_name | split) }}" }