nickjj / rolespec

A test library for testing Ansible roles
GNU General Public License v3.0
232 stars 20 forks source link

Bugfix for selecting a role when multiple roles have the same prefix #5

Closed asmartin closed 9 years ago

asmartin commented 9 years ago

Instruct grep to only return matches that have no trailing characters so that we only get back the match we want when multiple roles have the same prefix, e.g:

nickjj commented 9 years ago

@asmartin Cool, thanks for the contribution.