windows: Create the missing win_pip module #11

Open
opened 2022-11-06 20:16:01 +00:00 by benie · 2 comments
Owner

Ansible doesn't have a win_pip module. Create on that is modelled on the pip
module.

Ansible doesn't have a `win_pip` module. Create on that is modelled on the `pip` module.
Author
Owner
Useful reading: * [ansible.windows](https://docs.ansible.com/ansible/latest/collections/ansible/windows/index.html) * [community.windows](https://docs.ansible.com/ansible/latest/collections/community/windows/index.html) * [gh-community.windows](https://github.com/ansible-collections/community.windows) * [dev-win_modules](https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general_windows.html)
Author
Owner

Based on developments in the ecosystem described in #15 this should instead use pipx to install comman line applications.

Based on developments in the ecosystem described in #15 this should instead use `pipx` to install comman line applications.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: config/local#11
No description provided.