diff --git a/ansible.cfg b/ansible.cfg
index 9889f9276fb4fd91259d1387c38940a70bf1476c..a03a2a6d0ad826b1fe17ffd370b0cc8129baeec2 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -1,7 +1,8 @@
 [defaults]
 # If set, configures the path to the Vault password file as an alternative to
 # specifying --vault-password-file on the command line.
-vault_identity_list = ../lza_install_common.pass, ../lza_server_hardening.pass, ../lza_repair.pass, ../slub_osquery.pass
+#vault_identity_list = ../lza_install_common.pass, ../lza_server_hardening.pass, ../lza_repair.pass, ../slub_osquery.pass
+vault_identity_list = ../lza_repair.pass
 
 # Path to default inventory file
 # Administrators can override this by using the "-i <inventoryfile>" CLI
diff --git a/meta/main.yml b/meta/main.yml
index 126f7e6fd3544dd80065f04cbce7f9d7da85fc2c..868471e3dbaf6b50207b5dac7e008a4fd7e0ea51 100644
--- a/meta/main.yml
+++ b/meta/main.yml
@@ -7,7 +7,7 @@ galaxy_info:
   # If the issue tracker for your role is not on github, uncomment the next line and provide a value issue_tracker_url: http://example.com/issue/tracker Some suggested licenses: - BSD
   # (default) - MIT - GPLv2 - GPLv3 - Apache - CC-BY
   license: public domain
-  min_ansible_version: 2.4
+  min_ansible_version: "2.4"
   # If this a Container Enabled role, provide the minimum Ansible Container version. min_ansible_container_version: Optionally specify the branch Galaxy will use when accessing the GitHub repo
   # for this role. During role install, if no tags are available, Galaxy will use this branch. During import Galaxy will access files on this branch. If Travis integration is configured, only
   # notifications for this branch will be accepted. Otherwise, in all cases, the repo's default branch (usually master) will be used. github_branch:
@@ -20,14 +20,11 @@ galaxy_info:
   platforms:
     - name: Debian
       versions:
-        - 9
-        - 10
+        - "buster"
+        - "bullseye"
   galaxy_tags: []
     # List tags for your role here, one per line. A tag is a keyword that describes and categorizes the role. Users find roles by searching for tags. Be sure to remove the '[]' above, if you
     # add tags to this list.
     #
     # NOTE: A tag is limited to a single word comprised of alphanumeric characters.
     #       Maximum 20 tags per role.
-  dependencies:
-    # - ansible_lza_install_common
-    # - ansible_lza_server_hardening
diff --git a/site.yml b/site.yml
index 1c62e573819370ef6e591ea5d8a786cea5a215c2..4b4bbcb6da81a2d5d935e29f6b227c490ef4c10d 100644
--- a/site.yml
+++ b/site.yml
@@ -24,6 +24,4 @@
   strategy: linear
 
   roles:
-    - { role: ansible_lza_install_common, become: true }
-    - { role: ansible_lza_server_hardening, become: true }
     - { role: ansible_lza_repair, become: true }