mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-19 08:51:26 -07:00
mysql modules: fix examples to use FQCN (#3)
This commit is contained in:
parent
4a3cfa6a32
commit
c255d7ece2
6 changed files with 53 additions and 53 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue