mirror of
https://github.com/Rudd-O/ansible-qubes.git
synced 2025-06-06 18:08:31 +02:00
Update qubesformation.py
This commit is contained in:
parent
6ae2ae87c0
commit
bbed07547c
@ -23,8 +23,6 @@ def generate_datastructure(vms, task_vars):
|
|||||||
if hasattr(task_vars, 'vms'):
|
if hasattr(task_vars, 'vms'):
|
||||||
if n not in task_vars['vms']:
|
if n not in task_vars['vms']:
|
||||||
continue
|
continue
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
qubes = data['qubes']
|
qubes = data['qubes']
|
||||||
d[task_vars['hostvars'][n]['inventory_hostname_short']] = dc(qvm=['vm'])
|
d[task_vars['hostvars'][n]['inventory_hostname_short']] = dc(qvm=['vm'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user