We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vmware_content_deploy_template fails for existing vm
vmware_content_deploy_template
ansible [core 2.16.12]
community.vmware 4.7.1
Use vmware_content_deploy_template twice (use state=present) First time it will deploy the vm, second time it will fail
As per documentation, it should return OK
If set to present and VM does not exists, then VM is created. If set to present and VM exists, no action is taken.
community.vmware/plugins/modules/vmware_content_deploy_template.py
Line 102 in b30f870
Return state failed
"msg": "Virtual Machine deployment failed"
Mentioned: #1006 (comment) Code:
Line 215 in b30f870
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SUMMARY
vmware_content_deploy_template fails for existing vm
ISSUE TYPE
COMPONENT NAME
vmware_content_deploy_template
ANSIBLE VERSION
COLLECTION VERSION
STEPS TO REPRODUCE
Use vmware_content_deploy_template twice (use state=present)
First time it will deploy the vm, second time it will fail
EXPECTED RESULTS
As per documentation, it should return OK
community.vmware/plugins/modules/vmware_content_deploy_template.py
Line 102 in b30f870
ACTUAL RESULTS
Return state failed
Mentioned:
#1006 (comment)
Code:
community.vmware/plugins/modules/vmware_content_deploy_template.py
Line 215 in b30f870
The text was updated successfully, but these errors were encountered: