summaryrefslogtreecommitdiffstats
path: root/roles/bacula-dir/handlers/main.yml
blob: 3f3c1bc97f7664aad23fc5b8bea27d2036b989d5 (plain)
1
2
3
4
5
6
---
- name: systemctl daemon-reload
  command: /bin/systemctl daemon-reload

- name: Restart bacula-director
  service: name=bacula-director state=restarted