ironic-python-agent-builder/playbooks/ironic-python-agent-build-image/run.yaml
Dmitry Tantsur 396eca61bc Clean up the ansible playbooks
Change-Id: I7514368c591fb7cb445207a96c966275896ba4d5
2019-09-26 11:55:41 +02:00

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