-
Notifications
You must be signed in to change notification settings - Fork 335
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
Fix dynamic VM fetch failure when I(batch_fetch=true) #1344
Fix dynamic VM fetch failure when I(batch_fetch=true) #1344
Conversation
Damn this is still not in https://pypi.org/project/ansible/#files (currently 9.4.0) |
@TiTi What version of aze.azcollection did you install, and the new changes are released in the version that incorporates this PR. Thank you! |
I had an azure inventory failure for a very specific resource group (using I had the azure.azcollection which is included in the "ansible" latest pip package (currently 9.4.0). Manually installing latest azure.azcollection (2.3.0) [with I'm surprised this fix from end of november hasn't got to latest "ansible" pip package that's all. |
@TiTi azure.azcollection is a part of ansible collection, which is managed through ansible-galaxy. You can only install ansible with pip and then install azure.azcollection with ansible tool ansible-galaxy. Thank you! |
That's incorrect @Fred-sun This actually represents the biggest part of the tarball file. One can also think those are 'compatible' collections with selected ansible version. ansible-galaxy is certainly the way to go. But then, why (outdated) collections are pre-installed in the 'ansible' pip module? |
SUMMARY
Fix dynamic VM fetch failure when I(batch_fetch=true), fixes #1328
ISSUE TYPE
COMPONENT NAME
azure_rm.py
ADDITIONAL INFORMATION