GreenCee opened a new issue #384: URL: https://github.com/apache/fluo-muchos/issues/384
Following the current instructions the version of Ansible installed no longer supports ansible[azure] As of Jan5 the latest version of Ansible is 2.10+ is installed when running "pip install ansible[azure]" with an error that the Azure extras does not exist. the line fail and result in an error when trying to run muchos launch Short term I'll submit a PR to update the pip instructions to pin the Ansible version in the requirements.txt (2.9.13) Long term the python code will need a version bump for Ansible and possibly some refactoring for Azure to use the collection vs. the deprecated extras. Details of the Ansible change in 2.10+ for reference: https://github.com/ansible/ansible/commit/ed9de94ad92dcc07ea3863808e0f4b00f2402cea ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
