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

20 lines
388 B
YAML

- hosts: all
environment:
PIP_BREAK_SYSTEM_PACKAGES: 1
tasks:
- name: Create a target directory for raw images
file:
path: '{{ ipa_raw_dir }}'
state: directory
- name: Create a target directory for tarballs
file:
path: '{{ ipa_tar_dir }}'
state: directory
- include_role:
name: ipa-build-{{ image_type }}-image