From 9b373d6929c157bad2d13c181b62d872edd98aef Mon Sep 17 00:00:00 2001 From: Cesar Ortiz Date: Tue, 8 Sep 2020 11:29:20 -0500 Subject: [PATCH] Fix documentacion for requirements.yml file configuration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a480f42..7ccf514 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible --- collections: - 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.