mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-24 14:13:19 +02:00
10 lines
216 B
YAML
10 lines
216 B
YAML
![]() |
---
|
||
|
|
||
|
- name: restart seafile
|
||
|
service: name=seafile state=restarted
|
||
|
when: seafile_install_mode != 'upgrade'
|
||
|
|
||
|
- name: restart seahub
|
||
|
service: name=seahub state=restarted
|
||
|
when: seafile_install_mode != 'upgrade'
|