diff --git a/tasks/nova_install.yml b/tasks/nova_install.yml index 387f439a..956f3b2c 100644 --- a/tasks/nova_install.yml +++ b/tasks/nova_install.yml @@ -45,6 +45,10 @@ tags: - nova-pip-packages +- name: Install nova packages from PIP + include_tasks: nova_install_source.yml + when: nova_install_method == 'source' + - include_tasks: "consoles/nova_console_{{ nova_console_type }}_install.yml" when: - "nova_services['nova-novncproxy']['group'] in group_names or @@ -56,10 +60,6 @@ - nova-novnc-console - nova-spice-console -- name: Install nova packages from PIP - include_tasks: nova_install_source.yml - when: nova_install_method == 'source' - - name: Initialise the upgrade facts ini_file: dest: "/etc/ansible/facts.d/openstack_ansible.fact"