Quote template variables in roles/mastodon-postgresql/tasks/main.yml
This commit is contained in:
parent
16b6f2dc82
commit
f8df9d04d2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue