ensure-pip: fix typo in ensure_pip_virtualenv_command documentation
Fix a typo in the documentation for this variable. Change-Id: I8da3d5e512e8fddccf6bd6a39078579c7433fba9
This commit is contained in:
parent
e160f59e0e
commit
4d4e386bad
roles/ensure-pip
@ -58,7 +58,7 @@ This role will also install ``wheel`` components sufficient to run
|
|||||||
|
|
||||||
**Output Variables**
|
**Output Variables**
|
||||||
|
|
||||||
.. zuul:rolevar:: ensure_pip_virtualenv_cmd
|
.. zuul:rolevar:: ensure_pip_virtualenv_command
|
||||||
|
|
||||||
This variable will be set to a command appropriate for general
|
This variable will be set to a command appropriate for general
|
||||||
usage with the ``pip`` module ``virtualenv_command`` argument on the
|
usage with the ``pip`` module ``virtualenv_command`` argument on the
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
_host_virtualenv: '{{ (_venv_probe.rc == 0) | ternary(_venv_probe.stdout + " -m venv", "virtualenv") }}'
|
_host_virtualenv: '{{ (_venv_probe.rc == 0) | ternary(_venv_probe.stdout + " -m venv", "virtualenv") }}'
|
||||||
|
|
||||||
- name: Set ensure_pip_virtualenv_cmd
|
- name: Set ensure_pip_virtualenv_command
|
||||||
set_fact:
|
set_fact:
|
||||||
ensure_pip_virtualenv_command: '{{ ensure_pip_virtualenv_command | default(_host_virtualenv) }}'
|
ensure_pip_virtualenv_command: '{{ ensure_pip_virtualenv_command | default(_host_virtualenv) }}'
|
||||||
cacheable: true
|
cacheable: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user