small fix to install command as no longer needs -p by default (#68947)

This commit is contained in:
Jake Jackson 2020-04-15 16:23:37 -04:00 committed by GitHub
parent cdb24e0078
commit d60b17082e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,4 +35,4 @@ file used in older Ansible releases.
.. note::
While both roles and collections can be specified in one requirements file, they need to be installed separately.
The ``ansible-galaxy role install -r requirements.yml`` will only install roles and
``ansible-galaxy collection install -r requirements.yml -p ./`` will only install collections.
``ansible-galaxy collection install -r requirements.yml`` will only install collections.