ironic-python-agent-builder/playbooks/ironic-python-agent-build-image/pre.yaml
Dmitry Tantsur e9d0443573 Run ensure-pip in the build/check jobs
It is no longer included automatically.

Change-Id: I15c6459c439e25b01929a89457896abc9090581a
2020-06-22 14:16:02 +02:00

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'