mirror of
https://github.com/Rudd-O/ansible-qubes.git
synced 2025-03-01 14:22:33 +01:00
Update qubesformation.py
This commit is contained in:
parent
9043a3a736
commit
77015a49ac
@ -2,6 +2,7 @@ import collections
|
||||
import os
|
||||
import sys
|
||||
import tempfile
|
||||
import json
|
||||
from ansible import errors
|
||||
from ansible.plugins.action.template import ActionModule as template
|
||||
|
||||
@ -21,7 +22,7 @@ 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(json.dumps(task_vars))
|
||||
print(task_vars.ansible_facts.formation_vm_groups)
|
||||
if hasattr(task_vars.ansible_facts, 'formation_vm_groups'):
|
||||
continueLoop = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user