chore: add more pre-commit-config
diff --git a/playbooks/cleanup.yml b/playbooks/cleanup.yml
index 49031d4..47933af 100644
--- a/playbooks/cleanup.yml
+++ b/playbooks/cleanup.yml
@@ -32,4 +32,4 @@
kind: PersistentVolumeClaim
namespace: openstack
name: "rabbitmq-data-rabbitmq-rabbitmq-{{ item }}"
- loop: "{{ range(0, 3) | list }}"
\ No newline at end of file
+ loop: "{{ range(0, 3) | list }}"
diff --git a/playbooks/generate_workspace.yml b/playbooks/generate_workspace.yml
index c072d94..9214452 100644
--- a/playbooks/generate_workspace.yml
+++ b/playbooks/generate_workspace.yml
@@ -180,7 +180,7 @@
ansible.builtin.file:
path: "{{ _endpoints_path }}"
state: touch
-
+
- name: Load the current endpoints into a variable
ansible.builtin.include_vars:
file: "{{ _endpoints_path }}"
diff --git a/playbooks/site.yml b/playbooks/site.yml
index f1eaefb..d27b276 100644
--- a/playbooks/site.yml
+++ b/playbooks/site.yml
@@ -15,4 +15,4 @@
- import_playbook: vexxhost.atmosphere.ceph
- import_playbook: vexxhost.atmosphere.kubernetes
- import_playbook: vexxhost.atmosphere.openstack
-- import_playbook: vexxhost.atmosphere.cleanup
\ No newline at end of file
+- import_playbook: vexxhost.atmosphere.cleanup