Restore installing DIB-specific dependencies

Removed by mistake in 7e363d431890ead1582a09e1b61cadb575e35c82.

Change-Id: I523b5cdbf0fe1163469ac8d5f3ba2ecc6b5e6a44
This commit is contained in:
Dmitry Tantsur 2020-06-05 13:56:16 +02:00
parent 027aa7f720
commit 23f467bb18

@ -15,6 +15,11 @@
---
- import_role:
name: venv_python_path
- name: Ensure required packages are installed
package:
name: "{{ dib_host_required_packages }}"
state: present
environment: "{{ venv }}"
# If attempting to utilize a base Ubuntu image, diskimage-builder
# is the recommended, and default path.
- name: "Test if image is present"