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