ansible/changelogs/fragments/67407-pip-virtualenv_command-args.yml
Jesse Pretorius (odyssey4me) da390b297e [pip] Enable virtualenv_command to have arguments
Currently if virtualenv_command has arguments, then the
search for the binary in the path does not work so the
user has to specify the full path to it.

To allow arguments to be used without having to specify
the path to the binary, we split the module argument into
the command and anything after the first space.

This makes using this module argument more flexible and
user friendly.

Fixes: #52275
2020-04-23 18:13:30 +02:00

5 lines
181 B
YAML

bugfixes:
- pip - The virtualenv_command option can now include arguments without
requiring the full path to the binary.
(https://github.com/ansible/ansible/issues/52275)