* Add changelog fragments from c.g.

* Adjust version_added to 0.1.0, which comes closer to the truth.

* Add changelogs/.plugin-cache.yaml to gitignore.
This commit is contained in:
Felix Fontein 2020-07-12 13:35:55 +02:00 committed by GitHub
parent c26bc095ad
commit 4a3cfa6a32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 32 additions and 27 deletions

View file

@ -42,7 +42,7 @@ options:
type: str
choices: ['global', 'persist', 'persist_only']
default: global
version_added: '0.2.0'
version_added: '0.1.0'
seealso:
- module: community.mysql.mysql_info
@ -73,7 +73,7 @@ queries:
returned: if executed
type: list
sample: ["SET GLOBAL `read_only` = 1"]
version_added: '0.2.0'
version_added: '0.1.0'
'''
import os