mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Update README.md and galaxy.yml (#48)
This commit is contained in:
parent
ffc4f4eb94
commit
0dfd63a4cb
2 changed files with 2 additions and 2 deletions
|
@ -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: 1.0.2
|
version: 1.1.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.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: community
|
namespace: community
|
||||||
name: mysql
|
name: mysql
|
||||||
version: 1.1.0
|
version: 1.1.1
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- MySQL Working Group (https://github.com/ansible-collections/community.mysql/wiki/MySQL-Working-Group)
|
- MySQL Working Group (https://github.com/ansible-collections/community.mysql/wiki/MySQL-Working-Group)
|
||||||
|
|
Loading…
Add table
Reference in a new issue