fix: solve typo in atmosphere_cloud_spec
diff --git a/roles/atmosphere/vars/main.yml b/roles/atmosphere/vars/main.yml
index 3e17ec5..8801f39 100644
--- a/roles/atmosphere/vars/main.yml
+++ b/roles/atmosphere/vars/main.yml
@@ -1,4 +1,4 @@
-atmosphere_cloud_spec:
+_atmosphere_cloud_spec:
   imageRepository: "{{ atmosphere_image_repository | default('quay.io/vexxhost') }}"
   ingressClassName: "{{ openstack_helm_ingress_class_name | default('openstack') }}"
   certManagerClusterIssuer: "{{ openstack_helm_ingress_cluster_issuer | default('atmosphere') }}"