-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
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
FileNotFoundError: [Errno 2] No such file or directory #411
Comments
Same issue but only with {{ lookup('vmware.vmware_rest.datastore_moid', '{{ datastore_path }}') }}" Tested with error in cloud.common 2.0.4 :
|
Same issue with vmware.vmware_rest.vcenter_vm_power. As noted, stack trace indicates issue percolating from cloud.common. Collection Version cloud.common 2.1.3 ansible [core 2.14.4] The full traceback is: |
@pandalec @cbreuil-orange @idontevenreallycare |
Hi there, Faced with similar issue for Playbook is something like next:
However, when launching the next one playbook, everything seems good:
Task which actually failed
Trace log:
@abikouo, if it still valid, I can check with changes from the mentioned PR. |
Hi @kastakhov Thanks for the details, Yes the PR is still valid, could you please run your playbook using this PR code ( |
Actually still failing, even after applying patch.
|
SUMMARY
Cannot use
vmware.vmware_rest
. Using this plugin results in aFileNotFoundError: [Errno 2] No such file or directory
. I tried the hints provided in FileNotFoundError when running modules #262ISSUE TYPE
COMPONENT NAME
vmware.vmware_rest
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Fedora 37
Requirements:
STEPS TO REPRODUCE
Install vmware_rest:
Create playbook with the following task:
EXPECTED RESULTS
I would expect that it shows clsuter info.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: