HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible
Apache License 2.0
17 stars 30 forks source link

Role names contain dashes #232

Open stoeps13 opened 1 year ago

stoeps13 commented 1 year ago

Role names shouldn't use dashes, this will create issues when they are added to collections.

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.

Documentation says - is not allowed in role names.