refs #8025 Collections README line break fixes

This commit is contained in:
Juan Ferrer 2024-09-24 12:21:50 +02:00
parent e43c32fdf0
commit 4f20789f61
1 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Collections
## Collections
The purpose of collections is get more modules and plugins to use in ansible.
@ -11,7 +11,8 @@ In *awx-operator* container, execute:
ansible-galaxy collection install -r requirements.yml
```
Where `requirements.yml` we need to specify the list of collections that we want to install:
Where `requirements.yml` we need to specify the list of collections that we
want to install:
```
collections:
- name: community.general
@ -23,7 +24,8 @@ collections:
# List collections
To list installed collections, run `ansible-galaxy collection list` (inside awx operator container)
To list installed collections, run `ansible-galaxy collection list` (inside awx
operator container)
* https://docs.ansible.com/ansible/latest/collections_guide/collections_listing.html