while-true-do / ansible-skeleton

The skeleton to create new ansible roles.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

wrong role_name for galaxy #39

Closed donvipre closed 6 years ago

donvipre commented 6 years ago

Type of Report

bug

Actual behaviour

git clone https://github.com/while-true-do/ansible-role-{{ role_name }}.git while_true_do.{{ role_name }}

Expected behaviour

git clone https://github.com/while-true-do/ansible-role-{{ role_name }}.git while_true_do.{{ role_name | replace("-", "_") }}

Specifications

Attachments