From 0ff70a1f7f970dc7a0df458629a59f071a820d44 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 29 Sep 2020 09:58:47 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ccf514..594f00c 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: 1.0.0 + version: 1.0.1 ``` See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.