mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Update README.md
This commit is contained in:
parent
6d9288d19b
commit
2b1af92d87
1 changed files with 21 additions and 1 deletions
22
README.md
22
README.md
|
@ -11,7 +11,7 @@ If you encounter abusive behavior violating the [Ansible Code of Conduct](https:
|
|||
|
||||
## Contributing
|
||||
|
||||
The content of this collection is made by [people](CONTRIBUTORS) like you.
|
||||
The content of this collection is made by [people](CONTRIBUTORS) like you, a community of individuals collaborating on making the world better through developing automation software.
|
||||
|
||||
Any kind of contribution is very welcome.
|
||||
|
||||
|
@ -19,9 +19,17 @@ You don't know how to start? Refer to our [contribution guide](CONTRIBUTING.md)!
|
|||
|
||||
The current maintainers are listed in the [MAINTAINERS](MAINTAINERS) file. Don't hesitate to reach them out mentioning in the proposals. To learn how to maintain / become a maintainer of this collection, refer to the [Maintainer guidelines](https://github.com/ansible/community-docs/blob/main/maintaining.rst).
|
||||
|
||||
## Communication
|
||||
|
||||
We announce releases and important changes through the [Ansible Bullhorn newsletter](https://github.com/ansible/community/issues/546). Be sure you are subscribed.
|
||||
|
||||
Join us on IRC in the ``ansible-community`` [irc.libera.chat](https://libera.chat/) channel.
|
||||
See the [Registration guide](https://libera.chat/guides/registration) to learn how to register.
|
||||
|
||||
We take part in the global quarterly [Ansible Contributor Summit](https://github.com/ansible/community/wiki/Contributor-Summit) virtually or in-person. Track the [Bullhorn newsletter](https://github.com/ansible/community/issues/546) and join us.
|
||||
|
||||
For more information about communication, refer to the [Ansible Communication guide](https://docs.ansible.com/ansible/devel/community/communication.html).
|
||||
|
||||
## Governance
|
||||
|
||||
The process of decision making in this collection is based on discussing and finding consensus among participants.
|
||||
|
@ -71,6 +79,18 @@ collections:
|
|||
- name: community.mysql
|
||||
```
|
||||
|
||||
Note that if you install the collection from Ansible Galaxy, it will not be upgraded automatically with upgrade of the Ansible package. To upgrade the collection to the latest available version, run the following command:
|
||||
|
||||
```bash
|
||||
ansible-galaxy collection install community.mysql --upgrade
|
||||
```
|
||||
|
||||
You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax:
|
||||
|
||||
```bash
|
||||
ansible-galaxy collection install community.mysql:==2.0.0
|
||||
```
|
||||
|
||||
See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.
|
||||
|
||||
## Licensing
|
||||
|
|
Loading…
Add table
Reference in a new issue