Case is wrong for role in example playbook
nezda opened this issue · 1 comments
elliotweiser commented
This is not strictly speaking true. For one thing, the GitHub organization name is Comcast
, not comcast
. Also the name that the role is given when it's downloaded is somewhat arbitrary. Though Ansible Galaxy specified ansible-galaxy install comcast.sdkman
in the installation instructions, this is actually misleading. Both cases work when using ansible-galaxy install
. Furthermore, downloading this role from a requirements file allows you to ultimately name it however you'd like:
name:
Download the role to a specific name. Defaults to the Galaxy name when
downloading from Galaxy, otherwise it defaults to the name of the repository.
https://docs.ansible.com/ansible/latest/reference_appendices/galaxy.html