Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow user to specify namespace for standalone roles #1451

Merged
merged 2 commits into from Mar 10, 2021
Merged

Conversation

ssbarnea
Copy link
Member

@ssbarnea ssbarnea commented Mar 10, 2021

Allows user to specify the desired namespace under which the role will be published. This allows us to better test
the role as it was installed, including performing syntax check on test playbooks.

Previous implementation was forcing user to convert its author field to a namespace compatible string. We no longer need this as galaxy-importer does not have any problem when it encounters unknown
fields. Namespace is also used in collections, so it would be easier for to remember for users.

This change allows user to specify the desired namespace under which
the role is expected to be published. This allows us to better test
the role as it was installed, including performing syntax check on
test playbooks.

Previous implementation was forcing user to convert its author field
to a namespace compatible string. We no longer need this as
galaxy-importer does not have any problem when it encounters unknown
fields. Namespace is also used in collections, so it would be easier
for to remember for users.
@ssbarnea ssbarnea merged commit 56eb5b3 into master Mar 10, 2021
@ssbarnea ssbarnea deleted the fix/namespace branch March 10, 2021 17:53
This was referenced Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant