mirror of https://gitlab.crans.org/bde/nk20
Fix some typo in Ansible
This commit is contained in:
parent
1a28e876b8
commit
c503e77b23
|
@ -4,7 +4,7 @@
|
|||
- hosts: server
|
||||
vars_prompt:
|
||||
- name: DB_PASSWORD
|
||||
prompt: "Password of the database (leave it blank if this is a reinstallation)"
|
||||
prompt: "Password of the database (leave it blank to skip database init)"
|
||||
private: yes
|
||||
vars:
|
||||
mirror: deb.debian.org
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
note:
|
||||
server_name: note-beta.crans.org
|
||||
git_branch: beta
|
||||
cron_enabled: true
|
||||
cron_enabled: false
|
||||
|
|
Loading…
Reference in New Issue