1 2 3 4 5 6
--- - name: "Restart lighttpd" become: true ansible.builtin.service: name: lighttpd state: restarted