Write become true rather than yes

This commit is contained in:
Alexandre Iooss 2019-03-03 09:16:52 +01:00
parent ac3d2dee23
commit eeb2e5a2ae
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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