--- - name: Restart WSGI services ansible.builtin.service: name: "{{ item }}" state: restarted with_items: "{{ wsgi_services_to_restart }}"