e9d0443573
It is no longer included automatically. Change-Id: I15c6459c439e25b01929a89457896abc9090581a
11 lines
168 B
YAML
11 lines
168 B
YAML
- hosts: all
|
|
roles:
|
|
- ensure-pip
|
|
|
|
tasks:
|
|
|
|
- import_role:
|
|
name: ipa-build-dib-image
|
|
tasks_from: install.yaml
|
|
when: image_type == 'dib'
|