Docs: Fix collection adjacent folder tree (#66490)

##### SUMMARY

Previously folder tree example for collection adjacent to the current playbook were displaying a subfolder below the playbook instead of being a sibling.
pull/66665/head
Logan Mzz 5 years ago committed by Sandra McCann
parent c423b1f213
commit 986c9cf6a1

@ -31,7 +31,8 @@ You can also keep a collection adjacent to the current playbook, under a ``colle
.. code-block:: text .. code-block:: text
play.yml ./
├── play.yml
├── collections/ ├── collections/
│ └── ansible_collections/ │ └── ansible_collections/
│ └── my_namespace/ │ └── my_namespace/

Loading…
Cancel
Save