diff --git a/ansible/site.yml b/ansible/site.yml
index fcfd2b6683..71fc23f427 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -248,14 +248,6 @@
         tags: panko,
         when: enable_panko | bool }
 
-- name: Apply role kuryr
-  hosts:
-    - compute
-  roles:
-    - { role: kuryr,
-        tags: kuryr,
-        when: enable_kuryr | bool }
-
 # (gmmaha): Please do not change the order listed here. The current order is a
 # workaround to fix the bug https://bugs.launchpad.net/kolla/+bug/1546789
 - name: Apply role neutron
@@ -274,6 +266,14 @@
         tags: neutron,
         when: enable_neutron | bool }
 
+- name: Apply role kuryr
+  hosts:
+    - compute
+  roles:
+    - { role: kuryr,
+        tags: kuryr,
+        when: enable_kuryr | bool }
+
 - name: Apply role cinder
   hosts:
     - ceph-mon