diff --git a/site.yml b/site.yml
index 34c01fbc9340d921643677baa912317447a261d9..0a9bd6725f9b8722043f68e2246566ee44dca498 100644
--- a/site.yml
+++ b/site.yml
@@ -2,7 +2,7 @@
 - hosts: "proxies"
   pre_tasks:
     - name: Verify that the installed version of Ansible meets this playbook's version requirements.
-      assert:
+      ansible.builtin.assert:
         that: "ansible_version.full is version_compare('2.2', '>=')"
         msg: >
           "You must update Ansible to at least 2.2 to use this playbook."
@@ -24,6 +24,6 @@
   strategy: linear
 
   roles:
-    - { role: ansible_lza_install_common, become: true }
-    - { role: ansible_lza_server_hardening, become: true }
+    # - { role: ansible_lza_install_common, become: true }
+    # - { role: ansible_lza_server_hardening, become: true }
     - { role: ansible_lza_proxy, become: true }