mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix typo in version_added field.
This commit is contained in:
committed by
Matt Clay
parent
5b029bde98
commit
e8a0b8b8ae
@@ -63,7 +63,7 @@ options:
|
|||||||
default: "no"
|
default: "no"
|
||||||
choices: [ "yes", "no" ]
|
choices: [ "yes", "no" ]
|
||||||
virtualenv_command:
|
virtualenv_command:
|
||||||
version_aded: "1.1"
|
version_added: "1.1"
|
||||||
description:
|
description:
|
||||||
- The command or a pathname to the command to create the virtual
|
- The command or a pathname to the command to create the virtual
|
||||||
environment with. For example C(pyvenv), C(virtualenv),
|
environment with. For example C(pyvenv), C(virtualenv),
|
||||||
|
|||||||
Reference in New Issue
Block a user