Merge "Restore installing DIB-specific dependencies"

This commit is contained in:
Zuul 2020-06-06 13:02:15 +00:00 committed by Gerrit Code Review
commit b33401b46c

View File

@ -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"