diff --git a/tasks/nova_install.yml b/tasks/nova_install.yml index 0050a7d6..b9d73a25 100644 --- a/tasks/nova_install.yml +++ b/tasks/nova_install.yml @@ -15,6 +15,7 @@ - name: Setup powervm repository include: nova_install_apt_powervm.yml + static: no when: - "'nova_compute' in group_names" - "nova_virt_type == 'powervm'"