mysql modules: fix examples to use FQCN (#3)

This commit is contained in:
Andrew Klychkov 2020-07-13 12:52:49 +03:00 committed by GitHub
parent 4a3cfa6a32
commit c255d7ece2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 53 additions and 53 deletions

View file

@ -57,11 +57,11 @@ extends_documentation_fragment:
EXAMPLES = r'''
- name: Check for sync_binlog setting
mysql_variables:
community.mysql.mysql_variables:
variable: sync_binlog
- name: Set read_only variable to 1 persistently
mysql_variables:
community.mysql.mysql_variables:
variable: read_only
value: 1
mode: persist