From fa97fe03f329cb898f83bdf7946a75005cfea60d Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 17 Nov 2020 10:34:21 +0300 Subject: [PATCH] Remove version from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e521c97..3ca1b0f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ You can also include it in a `requirements.yml` file and install it via `ansible --- collections: - name: community.mysql - version: 1.1.0 ``` See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.