Revert "feat: override CAPO (#347)"

This reverts commit 5f23a0d5d0cb3e1a3509e4c32db71ca45f626c19.
diff --git a/roles/magnum/defaults/main.yml b/roles/magnum/defaults/main.yml
index 4d80be7..bc30e8a 100644
--- a/roles/magnum/defaults/main.yml
+++ b/roles/magnum/defaults/main.yml
@@ -40,10 +40,6 @@
     infrastructure-openstack/capi-openstack-controller:
       repository: "{{ atmosphere_images['cluster_api_openstack_controller'] | vexxhost.atmosphere.docker_image('prefix') }}"
       tag: "{{ atmosphere_images['cluster_api_openstack_controller'] | vexxhost.atmosphere.docker_image('tag') }}"
-  providers:
-    - name: "openstack"
-      url: "https://github.com/vexxhost/cluster-api-provider-openstack/releases/latest/infrastructure-components.yaml"
-      type: "InfrastructureProvider"
 
 # List of images to load into OpenStack for Magnum
 magnum_image_container_format: bare
diff --git a/roles/magnum/tasks/main.yml b/roles/magnum/tasks/main.yml
index e1b02a1..05eecb1 100644
--- a/roles/magnum/tasks/main.yml
+++ b/roles/magnum/tasks/main.yml
@@ -62,7 +62,7 @@
       --core cluster-api:v1.3.3 \
       --bootstrap kubeadm:v1.3.3 \
       --control-plane kubeadm:v1.3.3 \
-      --infrastructure openstack:v0.7.1-1
+      --infrastructure openstack:v0.7.1
   environment:
     CLUSTER_TOPOLOGY: "true"
     EXP_CLUSTER_RESOURCE_SET: "true"