ansible/roles/codimd/handlers/main.yml

13 lines
290 B
YAML
Raw Normal View History

2019-02-09 08:45:16 +01:00
---
# Build front-end bundle
- name: Build front-end for CodiMD
command: npm run build
args:
chdir: /var/local/codimd/codimd
2019-03-03 09:16:52 +01:00
become: true
2019-02-09 08:45:16 +01:00
become_user: codimd
2019-02-09 10:02:53 +01:00
# Reload systemd daemons when a service file changes
- name: Reload systemd daemons
command: systemctl daemon-reload