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.
This commit is contained in:
Logan Mzz 2020-01-21 16:20:37 +01:00 committed by Sandra McCann
parent c423b1f213
commit 986c9cf6a1

View file

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