blob: db254262263208fcd8220ddcdbd79269fb4099f1 [file] [log] [blame]
Luca Prete8d4e8bc2016-08-24 14:49:54 -07001---
2#
3# Adds distributed tutorial specific configurations
4#
5- name: Cloning byon app repo
6 git:
7 repo: "{{ tutorials.distributed.byon_app_repo_url }}"
8 dest: "/home/{{ tutorials.distributed.user }}/onos-byon"
9 version: "{{ tutorials.distributed.byon_app_version }}"