grant commblog user the right privs in the db
This commit is contained in:
parent
01b3d982e3
commit
35fa4e429e
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
||||||
host=localhost
|
host=localhost
|
||||||
state=present
|
state=present
|
||||||
password="{{ communityblog_mariadb_password }}"
|
password="{{ communityblog_mariadb_password }}"
|
||||||
priv="commbloguser.*:ALL"
|
priv="wp.*:ALL"
|
||||||
|
|
||||||
- name: Wordpress cron
|
- name: Wordpress cron
|
||||||
cron: name="Wordpress cron"
|
cron: name="Wordpress cron"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue