
Create a set of roles to be composed into a new infrared plugin. The final goal for these roles is to be used for either downstream and upstream CI Change-Id: I48d5f500c2e694c3f94ee497a0df1d92b6c411b3
12 lines
252 B
YAML
12 lines
252 B
YAML
---
|
|
|
|
# Directory where files has to be deployed to
|
|
src_dir: '{{ tobiko_src_dir }}'
|
|
dest_dir: '{{ tobiko_dir }}'
|
|
|
|
git_repo: '{{ tobiko_git_repo }}'
|
|
git_refspec: '{{ tobiko_git_refspec }}'
|
|
git_version: '{{ tobiko_git_version }}'
|
|
|
|
clean_deploy_dir: false
|