This ensures failure when trying to install newer versions, that are not supported on python2.7 anymore, when python3 is also installed on the system.
This patch renames all roles with a `-` to `_`, to comply with the ansible-lint rule 106. As collection roles are now also limited to these symbols and this will make it easier to move them later.