~/deploy_httpbin$ cat httpbin/handlers/main.yml
---
- name: httpbin starten
  systemd:
    name: httpbin
    state: restarted
    enabled: yes
    daemon-reload: yes
