Update qubesformation.py

This commit is contained in:
Brian Zalewski 2022-10-18 11:18:52 -04:00 committed by GitHub
parent a41aa775d2
commit 8ad65b7e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,8 @@ def generate_datastructure(vms, task_vars):
# This block will skip any VMs that are not in the groups defined in the 'formation_vm_groups' variable
# This allows you to deploy in multiple stages which is useful in cases
# where you want to create a template after another template is already provisioned.
print(task_vars)
print(task_vars.formation_vm_groups)
if hasattr(task_vars, 'formation_vm_groups'):
continueLoop = true
print("formation")