mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-10-30 23:39:54 +01:00 
			
		
		
		
	Fix some typo in Ansible
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user