community.general/lib/ansible/cli
Monty Taylor bd9ca5ef28 Allow setting alternate_role_name for galaxy CLI (#17418)
When using the ansible-galaxy CLI to import roles, it's not possible to
specify an alternate_role_name, even though the REST API seems to allow
such a thing (at least on investigation of the interactions the web app
makes) That makes importing things like:
openstack/openstack-ansible-os_cloudkitty wind up with roles named
"openstack-ansible-os_cloudkitty" instead of "os_cloudkitty".

Also, the web ui is smart and imports
"openstack-infra/ansible-role-puppet" as openstack-infra.puppet ... but
the CLI imports it as openstack-infra.ansible-role-puppet. Add that
filtering as well.

Issue ansible/galaxy-issues:#185
2016-10-27 22:34:59 -04:00
..
__init__.py Refactor parsing of CLI args so that we can modify them in the base class 2016-10-06 10:46:58 -04:00
adhoc.py Refactor parsing of CLI args so that we can modify them in the base class 2016-10-06 10:46:58 -04:00
console.py Fix call of wrong super class 2016-10-17 14:53:03 -04:00
doc.py Quick ansible-doc fix -- don't run pager if there was an error (no text) 2016-10-13 15:10:47 -04:00
galaxy.py Allow setting alternate_role_name for galaxy CLI (#17418) 2016-10-27 22:34:59 -04:00
playbook.py Refactor parsing of CLI args so that we can modify them in the base class 2016-10-06 10:46:58 -04:00
pull.py Refactor parsing of CLI args so that we can modify them in the base class 2016-10-06 10:46:58 -04:00
vault.py Refactor parsing of CLI args so that we can modify them in the base class 2016-10-06 10:46:58 -04:00