summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Jackson <jljacks93@gmail.com>2020-04-15 16:23:37 -0400
committerGitHub <noreply@github.com>2020-04-15 16:23:37 -0400
commitd60b17082ee0f5e56e60fb0cdbe44f2839df053d (patch)
treeead008b766635eb20080c725d70a2e5949f07c04
parentcdb24e0078d738f87fc20e67c2b7bcbf45f8e248 (diff)
downloadansible-d60b17082ee0f5e56e60fb0cdbe44f2839df053d.tar.gz
small fix to install command as no longer needs -p by default (#68947)
-rw-r--r--docs/docsite/rst/shared_snippets/installing_multiple_collections.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/shared_snippets/installing_multiple_collections.txt b/docs/docsite/rst/shared_snippets/installing_multiple_collections.txt
index d6a8ffb91b..abd4c9ba3e 100644
--- a/docs/docsite/rst/shared_snippets/installing_multiple_collections.txt
+++ b/docs/docsite/rst/shared_snippets/installing_multiple_collections.txt
@@ -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.