15 lines
218 B
YAML
15 lines
218 B
YAML
- hosts: all
|
|
|
|
environment:
|
|
PIP_BREAK_SYSTEM_PACKAGES: 1
|
|
|
|
roles:
|
|
- ensure-pip
|
|
|
|
tasks:
|
|
|
|
- import_role:
|
|
name: ipa-build-dib-image
|
|
tasks_from: install.yaml
|
|
when: image_type == 'dib'
|