PR #65: Document addition of append_privs option for mysql_users.

This commit is contained in:
Jeff Geerling
2015-12-16 14:11:04 -06:00
parent 00d2287094
commit 0c1026d2d7

View File

@@ -38,7 +38,7 @@ The MySQL databases to create. A database has the values `name`, `encoding` (def
mysql_users: []
The MySQL users and their privileges. A user has the values `name`, `host` (defaults to `localhost`), `password` and `priv` (defaults to `*.*:USAGE`). The formats of these are the same as in the `mysql_user` module.
The MySQL users and their privileges. A user has the values `name`, `host` (defaults to `localhost`), `password`, `priv` (defaults to `*.*:USAGE`), and `append_privs` (defaults to `no`). The formats of these are the same as in the `mysql_user` module.
mysql_packages:
- mysql