Fix documentacion for requirements.yml file configuration (#23)

Co-authored-by: Cesar Ortiz <you@example.com>
This commit is contained in:
arcmop 2020-09-08 11:59:47 -05:00 committed by GitHub
parent 0810cd00c6
commit b3a22390f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
--- ---
collections: collections:
- name: community.mysql - name: community.mysql
version: v1.0.0 version: 1.0.0
``` ```
See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details. See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.