crit if "extra_roles" exist
trombik opened this issue · 0 comments
trombik commented
extra_roles
had been used to git submodule $DEPENDED_ROLE
when requirements_path
does not exist. it is now deprecated and should not exist. the depended roles are:
- automatically downloaded, when the role is used in a project
- automatically downloaded when the role is tested by
kitchen
andrequirements_path
is set - automatically downloaded by
.travis.yml
, andextra_roles
is created in the process
so, there is no reason for it to be in a repository.