--- # unbound - name: "restart unbound" ansible.builtin.systemd: name: "unbound.service" state: "restarted" daemon_reload: true enabled: true