nickjj / rolespec

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

Allow to launch rolespec with a role inside a tree #33

Closed zigarn closed 8 years ago

zigarn commented 8 years ago

Example:

$ tree roles
roles
`- my
   `- deep
      |- role1
      |  `- tasks
      |     `- main.yml
      |- role2
      |  `- tasks
      |     `- main.yml
      `- role3
         `- tasks
            `- main.yml

$ rolespec -r my/deep/role1
nickjj commented 8 years ago

Thanks for the PR. Seems reasonable enough.