Merge "Restore installing DIB-specific dependencies"
This commit is contained in:
commit
b33401b46c
@ -15,6 +15,11 @@
|
|||||||
---
|
---
|
||||||
- import_role:
|
- import_role:
|
||||||
name: venv_python_path
|
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
|
# If attempting to utilize a base Ubuntu image, diskimage-builder
|
||||||
# is the recommended, and default path.
|
# is the recommended, and default path.
|
||||||
- name: "Test if image is present"
|
- name: "Test if image is present"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user