Blockerbugs: fix typo
This commit is contained in:
parent
3d1d2910fb
commit
eb214ec436
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
- name: Create the database user
|
||||
postgresql_user:
|
||||
name: "{{ blockerbugs_db_user }}"
|
||||
password: "{{ blockerbugs_db_pass }}"
|
||||
password: "{{ blockerbugs_db_password }}"
|
||||
- name: Create the database itself
|
||||
postgresql_db:
|
||||
name: "{{ blockerbugs_db_name }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue