ansible/roles/codimd/handlers/main.yml

13 lines
289 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
become: yes
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