use the right variable here

This commit is contained in:
Kevin Fenzi 2017-08-28 16:13:06 +00:00
parent 294caaf2ed
commit 2d13a26093

View file

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