396eca61bc
Change-Id: I7514368c591fb7cb445207a96c966275896ba4d5
17 lines
339 B
YAML
17 lines
339 B
YAML
- hosts: all
|
|
|
|
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
|