Blockerbugs: vars
This commit is contained in:
parent
e901716916
commit
9d0b5b6d8a
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
- name: Test the database creation
|
- name: Test the database creation
|
||||||
postgresql_db:
|
postgresql_db:
|
||||||
name: "{{ stg_blockerbugs_db_name }}"
|
name: "blockerbugs"
|
||||||
owner: "{{ stg_blockerbugs_db_user }}"
|
owner: "{{ stg_blockerbugs_db_user }}"
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
- name: Test the database creation
|
- name: Test the database creation
|
||||||
postgresql_db:
|
postgresql_db:
|
||||||
name: "{{ prod_blockerbugs_db_name }}"
|
name: "blockerbugs"
|
||||||
owner: "{{ prod_blockerbugs_db_user }}"
|
owner: "{{ prod_blockerbugs_db_user }}"
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue