- hosts: localhost tasks: - name: Restart service ansible.builtin.systemd: name: "{{ service }}" state: restarted