ansible-roles/roles/squash_tm/handlers/main.yml

6 lines
145 B
YAML
Raw Normal View History

2022-04-29 11:00:10 +02:00
---
- name: restart squash-tm
service: name=squash-tm state=restarted
when: squashtm_service is not defined or not squashtm_service.changed