aboutsummaryrefslogtreecommitdiff
path: root/roles/calibre/handlers/main.yml
blob: 735348db46fed88ebad21b1fab908639ee3209ef (plain)
1
2
3
4
5
6
7
---
- name: Restart cps
  systemd:
    name: cps.service
    state: restarted
    enabled: true
  become: true