Skip to content
Snippets Groups Projects
Commit cdcea61c authored by jabertwo's avatar jabertwo
Browse files

stop hedgedoc when config changed

parent b32b7213
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,13 @@
with_items:
- docker-compose.yml
- mysql-utf8.cnf
register: configs
- name: stop hackmd docker
docker_compose:
project_src: /srv/hackmd
state: absent
when: configs.changed
- name: start hackmd docker
docker_compose:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment