devcontainers-extra / features

🐳 Extra add-in features for Devcontainers and GitHub Codespaces
MIT License
8 stars 2 forks source link

fix: ansible version mismatch #44

Closed koralowiec closed 4 weeks ago

koralowiec commented 4 weeks ago

The pipx injection command was able to alter the desired version of the main package. The example situation was described in #43. The desired version of ansible-core was bumped during injection of ansible package (pipx installed ansible in the latest version, which required the newer version of ansible-core, so it was bumped as the result)