Skip to content

Commit

Permalink
Merge pull request geerlingguy#240 from socketwench/master
Browse files Browse the repository at this point in the history
Allow databases to be deleted
  • Loading branch information
geerlingguy committed Jan 3, 2018
2 parents 68fad51 + 454af66 commit b9af6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/databases.yml
Expand Up @@ -4,5 +4,5 @@
name: "{{ item.name }}"
collation: "{{ item.collation | default('utf8_general_ci') }}"
encoding: "{{ item.encoding | default('utf8') }}"
state: present
state: "{{ item.state | default('present') }}"
with_items: "{{ mysql_databases }}"

0 comments on commit b9af6d9

Please sign in to comment.