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
|
command: npm run build
|
||||||
args:
|
args:
|
||||||
chdir: /var/local/codimd/codimd
|
chdir: /var/local/codimd/codimd
|
||||||
become: yes
|
become: true
|
||||||
become_user: codimd
|
become_user: codimd
|
||||||
|
|
||||||
# Reload systemd daemons when a service file changes
|
# Reload systemd daemons when a service file changes
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
# repo: https://github.com/hackmdio/codimd.git
|
# repo: https://github.com/hackmdio/codimd.git
|
||||||
# dest: /var/local/codimd/codimd
|
# dest: /var/local/codimd/codimd
|
||||||
# version: 1.2.1
|
# version: 1.2.1
|
||||||
# become: yes
|
# become: true
|
||||||
# become_user: codimd
|
# become_user: codimd
|
||||||
# notify: Build front-end for CodiMD
|
# notify: Build front-end for CodiMD
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
command: bin/setup
|
command: bin/setup
|
||||||
args:
|
args:
|
||||||
chdir: /var/local/codimd/codimd
|
chdir: /var/local/codimd/codimd
|
||||||
become: yes
|
become: true
|
||||||
become_user: codimd
|
become_user: codimd
|
||||||
|
|
||||||
# Connection to database
|
# Connection to database
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
command: node_modules/.bin/sequelize db:migrate
|
command: node_modules/.bin/sequelize db:migrate
|
||||||
args:
|
args:
|
||||||
chdir: /var/local/codimd/codimd
|
chdir: /var/local/codimd/codimd
|
||||||
become: yes
|
become: true
|
||||||
become_user: codimd
|
become_user: codimd
|
||||||
|
|
||||||
# Configure
|
# Configure
|
||||||
|
|
Loading…
Reference in a new issue