summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2017-08-17 15:56:19 +0000
committerKevin Fenzi <kevin@scrye.com>2017-08-17 15:56:25 +0000
commit35fa4e429edad652fcf38fe4649e6e4fd2f8138e (patch)
treea0bdf9c3b42f4d26902d4a72df7b74593a3efb80
parent01b3d982e34bd15c91c6b77a997e42e291d9fbed (diff)
downloadansible-35fa4e429edad652fcf38fe4649e6e4fd2f8138e.tar.gz
ansible-35fa4e429edad652fcf38fe4649e6e4fd2f8138e.tar.xz
ansible-35fa4e429edad652fcf38fe4649e6e4fd2f8138e.zip
grant commblog user the right privs in the db
-rw-r--r--playbooks/hosts/communityblog.fedorainfracloud.org.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/hosts/communityblog.fedorainfracloud.org.yml b/playbooks/hosts/communityblog.fedorainfracloud.org.yml
index d957ff1d0..be65fd8c8 100644
--- a/playbooks/hosts/communityblog.fedorainfracloud.org.yml
+++ b/playbooks/hosts/communityblog.fedorainfracloud.org.yml
@@ -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"