From 09d0ce2ce0c01528e7726adaaae1a1b69d96d937 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 17 Nov 2020 11:22:21 +0300 Subject: [PATCH] Remove version from README (#61) --- 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.