Fix documentation to have correct param name

This commit is contained in:
Toshio Kuratomi 2015-02-25 06:49:05 -08:00 committed by Matt Clay
parent 2cbaf16bcd
commit b9984b1dfe

View file

@ -118,7 +118,7 @@ EXAMPLES = """
- mysql_user: name=bob password=12345 priv=*.*:ALL,GRANT state=present
# Modifiy user Bob to require SSL connections. Note that REQUIRESSL is a special privilege that should only apply to *.* by itself.
- mysql_user: name=bob append=true priv=*.*:REQUIRESSL state=present
- mysql_user: name=bob append_privs=true priv=*.*:REQUIRESSL state=present
# Ensure no user named 'sally' exists, also passing in the auth credentials.
- mysql_user: login_user=root login_password=123456 name=sally state=absent