idealista / jira_role

Ansible role to install Atlassian JIRA
Apache License 2.0
13 stars 14 forks source link

#13 Change role name to avoid dashes ('-') #15

Closed jperera closed 5 years ago

jperera commented 5 years ago

Role names has to follow Official Ansible Guide to role names: https://galaxy.ansible.com/docs/contributing/creating_role.html#role-names

Role names are limited to lowercase word characters (i.e., a-z, 0-9) and ‘’. No special characters are allowed, including ‘.’, ‘-‘, and space. During import, any ‘.’ and ‘-‘ characters contained in the repository name or role_name will be replaced with ‘’.

13