ironic-python-agent-builder/playbooks/ironic-python-agent-build-i.../pre.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'