Fix Ansible
This commit is contained in:
parent
e50bff8e14
commit
5c2df41640
3 changed files with 7 additions and 3 deletions
|
|
@ -17,7 +17,7 @@
|
|||
- name: Create role note
|
||||
postgresql_user:
|
||||
name: note
|
||||
password: "CHANGE_ME"
|
||||
password: "{{ DB_PASSWORD }}"
|
||||
become_user: postgres
|
||||
|
||||
- name: Create NK20 database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue