updated states.virtualenv_mod comments to reflect that some kwargs need 'distribute: True'

see #26011
This commit is contained in:
Sam Michel 2015-10-30 13:04:11 -07:00
parent 9b44b5e347
commit 322a28bb06

View file

@ -82,7 +82,8 @@ def managed(name,
Pass `--upgrade` to `pip install`.
Also accepts any kwargs that the virtualenv module will.
Also accepts any kwargs that the virtualenv module will.
However, some kwargs require `- distribute: True`
.. code-block:: yaml