ansible/roles/codimd/handlers/main.yml
2019-03-03 09:16:52 +01:00

12 lines
290 B
YAML

---
# Build front-end bundle
- name: Build front-end for CodiMD
command: npm run build
args:
chdir: /var/local/codimd/codimd
become: true
become_user: codimd
# Reload systemd daemons when a service file changes
- name: Reload systemd daemons
command: systemctl daemon-reload