diff --git a/ansible/site.yml b/ansible/site.yml
index 71fc23f42714730d78e7e4d21a63e45076eda1a1..be596a7e83618375152f69df66852825b0bda848 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -240,14 +240,6 @@
         tags: nova,
         when: enable_nova | bool }
 
-- name: Apply role panko
-  hosts: panko-api
-  serial: '{{ serial|default("0") }}'
-  roles:
-    - { role: panko,
-        tags: panko,
-        when: enable_panko | 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
@@ -369,6 +361,14 @@
         tags: mongodb,
         when: enable_mongodb | bool }
 
+- name: Apply role panko
+  hosts: panko-api
+  serial: '{{ serial|default("0") }}'
+  roles:
+    - { role: panko,
+        tags: panko,
+        when: enable_panko | bool }
+
 - name: Apply role manila
   hosts:
     - manila-api