pipx: change parameter formatter for pip_args (#7506)

* change parameter formatter for pip_args

* add changelog frag
This commit is contained in:
Alexei Znamensky 2023-11-11 23:59:44 +13:00 committed by GitHub
commit c2e578cb14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- pipx module utils - change the CLI argument formatter for the `pip_args` parameter (https://github.com/ansible-collections/community.general/issues/7497, https://github.com/ansible-collections/community.general/pull/7506).