mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixed typo in ansible playbook
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
8780fa0a26
commit
ca41e2b7f3
|
@ -199,7 +199,7 @@
|
||||||
- { regexp: '^DB_PASSWORD=', line: 'DB_PASSWORD=vagrant' }
|
- { regexp: '^DB_PASSWORD=', line: 'DB_PASSWORD=vagrant' }
|
||||||
- { regexp: '^APP_URL=', line: "APP_URL=http://{{ fqdn }}" }
|
- { regexp: '^APP_URL=', line: "APP_URL=http://{{ fqdn }}" }
|
||||||
- { regexp: '^APP_ENV=', line: "APP_ENV=development" }
|
- { regexp: '^APP_ENV=', line: "APP_ENV=development" }
|
||||||
- { regexp: '^APP_DEBUG=', line: "APP_ENV=true" }
|
- { regexp: '^APP_DEBUG=', line: "APP_DEBUG=true" }
|
||||||
- name: Generate application key
|
- name: Generate application key
|
||||||
shell: "php {{ app_path }}/artisan key:generate --force"
|
shell: "php {{ app_path }}/artisan key:generate --force"
|
||||||
- name: Artisan Migrate
|
- name: Artisan Migrate
|
||||||
|
|
Loading…
Reference in a new issue