---
- name: systemd reload
  command: systemctl daemon-reload

- name: Restart node exporter
  service: name=node_exporter state=restarted