grant commblog user the right privs in the db

This commit is contained in:
Kevin Fenzi 2017-08-17 15:56:19 +00:00
parent 01b3d982e3
commit 35fa4e429e

View file

@ -65,7 +65,7 @@
host=localhost
state=present
password="{{ communityblog_mariadb_password }}"
priv="commbloguser.*:ALL"
priv="wp.*:ALL"
- name: Wordpress cron
cron: name="Wordpress cron"