blob: db254262263208fcd8220ddcdbd79269fb4099f1 [file] [log] [blame]
---
#
# Adds distributed tutorial specific configurations
#
- name: Cloning byon app repo
git:
repo: "{{ tutorials.distributed.byon_app_repo_url }}"
dest: "/home/{{ tutorials.distributed.user }}/onos-byon"
version: "{{ tutorials.distributed.byon_app_version }}"