diff --git a/ansible/compute-node-provide.yml b/ansible/compute-node-provide.yml index 2e9355015..3c0786613 100644 --- a/ansible/compute-node-provide.yml +++ b/ansible/compute-node-provide.yml @@ -15,6 +15,14 @@ - role: stackhpc.os-openstackclient os_openstackclient_venv: "{{ venv }}" tasks: + - name: Ensure required Python packages are installed + pip: + name: "{{ item.name }}" + state: present + virtualenv: "{{ venv }}" + with_items: + - name: python-ironicclient + - name: Get a list of ironic nodes shell: > source {{ venv }}/bin/activate &&