Riccardo Pittau ef33cc89e7 Move jobs and DIB builds to ubuntu noble
Change-Id: Iafb7606d57e69a88a0dfe36673d1489820551ede
2024-12-23 11:08:50 +01:00

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'