Blockerbugs: fix typo

This commit is contained in:
František Zatloukal 2022-02-02 12:28:31 +01:00
parent 3d1d2910fb
commit eb214ec436

View file

@ -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 }}"