blob: 09d0e1a4c771734e9cdfb0c56a81fd33213bf50f [file] [log] [blame]
Scott Bakerdb5c8c72016-11-08 08:40:06 -08001---
Zack Williams682450e2016-11-19 09:04:41 -07002# xos-head-start/tasks/main.yml
Scott Bakerdb5c8c72016-11-08 08:40:06 -08003
Zack Williams682450e2016-11-19 09:04:41 -07004- name: Run service-profile make targets
Scott Baker995641b2016-11-15 17:09:26 -08005 make:
6 chdir: "{{ service_profile_repo_dest }}/{{ xos_configuration }}"
Zack Williams682450e2016-11-19 09:04:41 -07007 target: "{{ item }}"
8 with_items: "{{ xos_config_targets }}"
Scott Bakerdb5c8c72016-11-08 08:40:06 -08009