Write become true rather than yes
This commit is contained in:
parent
ac3d2dee23
commit
eeb2e5a2ae
2 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
command: npm run build
|
||||
args:
|
||||
chdir: /var/local/codimd/codimd
|
||||
become: yes
|
||||
become: true
|
||||
become_user: codimd
|
||||
|
||||
# Reload systemd daemons when a service file changes
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
# repo: https://github.com/hackmdio/codimd.git
|
||||
# dest: /var/local/codimd/codimd
|
||||
# version: 1.2.1
|
||||
# become: yes
|
||||
# become: true
|
||||
# become_user: codimd
|
||||
# notify: Build front-end for CodiMD
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
|||
command: bin/setup
|
||||
args:
|
||||
chdir: /var/local/codimd/codimd
|
||||
become: yes
|
||||
become: true
|
||||
become_user: codimd
|
||||
|
||||
# Connection to database
|
||||
|
@ -38,7 +38,7 @@
|
|||
command: node_modules/.bin/sequelize db:migrate
|
||||
args:
|
||||
chdir: /var/local/codimd/codimd
|
||||
become: yes
|
||||
become: true
|
||||
become_user: codimd
|
||||
|
||||
# Configure
|
||||
|
|
Loading…
Reference in a new issue