Remove useless comment
This commit is contained in:
parent
41c41d2f02
commit
9cee4b5ada
1 changed files with 1 additions and 3 deletions
|
@ -14,8 +14,6 @@
|
||||||
become: yes
|
become: yes
|
||||||
become_user: codimd
|
become_user: codimd
|
||||||
|
|
||||||
# Installation script
|
|
||||||
|
|
||||||
# Setup dependencies and configs
|
# Setup dependencies and configs
|
||||||
- name: Install CodiMD depedencies
|
- name: Install CodiMD depedencies
|
||||||
command: bin/setup
|
command: bin/setup
|
||||||
|
@ -41,7 +39,7 @@
|
||||||
group: codimd
|
group: codimd
|
||||||
mode: 0600
|
mode: 0600
|
||||||
|
|
||||||
# Update data base
|
# Update database
|
||||||
- name: Migrate the db to the latest schema
|
- name: Migrate the db to the latest schema
|
||||||
command: node_modules/.bin/sequelize db:migrate
|
command: node_modules/.bin/sequelize db:migrate
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Reference in a new issue