blob: 84666936b9c51418f7e5a73419975fa693945bde [file] [log] [blame]
---
# build-platform-install-playbook.yml
- name: Include vars
hosts: localhost
tasks:
- name: Include variables
include_vars: "{{ item }}"
with_items:
- "profile_manifests/{{ cord_profile }}.yml"
- profile_manifests/local_vars.yml
- name: Build the core image
hosts: localhost
roles:
- xos-core-build