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

pull/68970/head
Jake Jackson 5 years ago committed by GitHub
parent cdb24e0078
commit d60b17082e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,4 +35,4 @@ file used in older Ansible releases.
.. note:: .. note::
While both roles and collections can be specified in one requirements file, they need to be installed separately. 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 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.

Loading…
Cancel
Save