---
- name: daemon_reload
systemd:
daemon_reload: True
- name: reload_nomad
name: nomad
state: reloaded
- name: restart_nomad
state: restarted
...