Quote template variables in roles/mastodon-postgresql/tasks/main.yml

This commit is contained in:
staticsafe 2017-11-27 12:17:54 -05:00
parent 16b6f2dc82
commit f8df9d04d2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
become_user: postgres
- name: Drop any existing database that may exist with the same name
postgresql_db:
name: {{ DB_NAME }}
name: "{{ DB_NAME }}"
state: absent
become: true
become_user: postgres