Adds code-block in collection documentation (#78977)

* fix issue #78976
pull/78991/head
Thomas Doczkal 2 years ago committed by GitHub
parent 9afb37eda6
commit 1b922b42dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -132,7 +132,9 @@ After configuring one or more distribution servers, build a collection tarball.
collection_dir#> ansible-galaxy collection build
This command builds a tarball of the collection in the current directory, which you can upload to your selected distribution server::
This command builds a tarball of the collection in the current directory, which you can upload to your selected distribution server:
.. code-block:: shell
my_collection/
├── galaxy.yml

Loading…
Cancel
Save