mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
removed required together for resource pools, clusters, and template deployments. fixes inability to deploy from template on vsphere clusters without resource pools. Also, resource pools and cluster should not be required together as they are independant in vsphere
This commit is contained in:
@@ -1250,8 +1250,7 @@ def main():
|
||||
'vm_hardware',
|
||||
'esxi'
|
||||
],
|
||||
['resource_pool', 'cluster'],
|
||||
['from_template', 'resource_pool', 'template_src'],
|
||||
['from_template', 'template_src'],
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user