diff --git a/ansible/site.yml b/ansible/site.yml
index 5f9e6dfb1c6e77faaca8a098727252865cbbb0a2..063ff87e100548d8804f5a55b41ec85c73209cf8 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -8,10 +8,6 @@
   hosts: all
   gather_facts: false
   tasks:
-    - name: Group hosts based on OpenStack release
-      group_by:
-        key: "openstack_release_{{ openstack_release }}"
-
     - name: Group hosts based on Kolla action
       group_by:
         key: "kolla_action_{{ kolla_action }}"