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
aa712c35e0
commit
9a592548e2
@ -97,7 +97,6 @@ class ActionModule(template):
|
|||||||
|
|
||||||
def run(self, tmp=None, task_vars=None):
|
def run(self, tmp=None, task_vars=None):
|
||||||
qubesdata = commonlib.inject_qubes(task_vars)
|
qubesdata = commonlib.inject_qubes(task_vars)
|
||||||
print(task_vars)
|
|
||||||
task_vars["vms"] = generate_datastructure(qubesdata, task_vars)
|
task_vars["vms"] = generate_datastructure(qubesdata, task_vars)
|
||||||
with tempfile.NamedTemporaryFile() as x:
|
with tempfile.NamedTemporaryFile() as x:
|
||||||
x.write(contents.encode())
|
x.write(contents.encode())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user