mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 18:08:21 +02:00
Fix Ansible
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user