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_user: codimd
|
||||
|
||||
# Installation script
|
||||
|
||||
# Setup dependencies and configs
|
||||
- name: Install CodiMD depedencies
|
||||
command: bin/setup
|
||||
|
@ -41,7 +39,7 @@
|
|||
group: codimd
|
||||
mode: 0600
|
||||
|
||||
# Update data base
|
||||
# Update database
|
||||
- name: Migrate the db to the latest schema
|
||||
command: node_modules/.bin/sequelize db:migrate
|
||||
args:
|
||||
|
|
Loading…
Reference in a new issue