1 2 3 4 5
--- - name: restart node become: yes systemd: service="{{node_type}}.service" state="restarted" daemon_reload="yes"
☐