diff --git a/tasks/main.yml b/tasks/main.yml
index a6c94642..cb08344b 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -57,15 +57,12 @@
 - include: nova_init.yml
 
 - include: nova_db_setup.yml
-  static: no
   when: inventory_hostname == groups['nova_api_os_compute'][0]
 
 - include: nova_service_setup.yml
-  static: no
   when: inventory_hostname == groups['nova_api_os_compute'][0]
 
 - include: nova_compute.yml
-  static: no
   when: inventory_hostname in groups['nova_compute']
   tags:
     - nova-compute
diff --git a/tasks/nova_install.yml b/tasks/nova_install.yml
index f9b44c40..b0a7969f 100644
--- a/tasks/nova_install.yml
+++ b/tasks/nova_install.yml
@@ -184,7 +184,6 @@
     - nova-pip-packages
 
 - include: nova_console_spice_install.yml
-  static: no
   when:
     - inventory_hostname in groups['nova_console']
     - nova_console_type == "spice"
@@ -192,7 +191,6 @@
     - nova-spice-console
 
 - include: nova_console_novnc_install.yml
-  static: no
   when:
     - inventory_hostname in groups['nova_console']
     - nova_console_type == "novnc"