Skip to content

Commit

Permalink
Merge pull request #422 from proteusthemes/append-privs
Browse files Browse the repository at this point in the history
Added append_privs to WP setup - databases.
  • Loading branch information
swalkinshaw committed Nov 26, 2015
2 parents 21ec0aa + 66a67da commit 082430a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/wordpress-setup/tasks/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- name: Create/assign database user to db and grant permissions
mysql_user: name="{{ item.value.env.db_user }}"
password="{{ item.value.env.db_password }}"
append_privs=yes
priv="{{ item.value.env.db_name | default(item.key) }}.*:ALL"
state=present
login_host="{{ item.value.env.db_host | default('localhost') }}"
Expand Down

0 comments on commit 082430a

Please sign in to comment.