From 7eee2454f617569fd6889f2211f75bc02a35f9f8 Mon Sep 17 00:00:00 2001 From: Jamie Wark Date: Wed, 16 Dec 2020 04:18:14 +1300 Subject: [PATCH] Remove note on combining roles and collections (#72957) --- docs/docsite/rst/galaxy/user_guide.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/docsite/rst/galaxy/user_guide.rst b/docs/docsite/rst/galaxy/user_guide.rst index 23e58e9d4cc..eadc3166a48 100644 --- a/docs/docsite/rst/galaxy/user_guide.rst +++ b/docs/docsite/rst/galaxy/user_guide.rst @@ -317,7 +317,7 @@ Use the following example as a guide for specifying roles in *requirements.yml*: Installing roles and collections from the same requirements.yml file --------------------------------------------------------------------- -You can install roles and collections from the same requirements files, with some caveats. +You can install roles and collections from the same requirements files .. code-block:: yaml @@ -333,10 +333,6 @@ You can install roles and collections from the same requirements files, with som version: 0.9.3 source: https://galaxy.ansible.com -.. 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. - Installing multiple roles from multiple files ---------------------------------------------