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

Implement ANSIBLE_GALAXY_CLI_ROLE_OPTS #394

Merged
merged 1 commit into from
Jun 15, 2022
Merged

Conversation

Akasurde
Copy link
Member

SUMMARY

Allow users to pass ansible-galaxy role arguments
which might be required for installing roles.

Fixes: #392

Signed-off-by: Abhijeet Kasurde akasurde@redhat.com

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

ansible_builder/constants.py
ansible_builder/main.py
ansible_builder/steps.py
docs/definition.rst
test/unit/test_cli.py
test/unit/test_steps.py

Allow users to pass ansible-galaxy role arguments
which might be required for installing roles.

Fixes: ansible#392

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
@Akasurde Akasurde requested a review from a team as a code owner June 15, 2022 09:47
@github-actions github-actions bot added docs Changes to documentation needs_triage New item that needs to be triaged labels Jun 15, 2022
@Shrews Shrews merged commit d090483 into ansible:devel Jun 15, 2022
@Akasurde Akasurde deleted the i392 branch June 15, 2022 13:57
@Akasurde Akasurde added enhancement New feature or request test Changes to test files and removed needs_triage New item that needs to be triaged labels Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Changes to documentation enhancement New feature or request test Changes to test files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Command Line Options needed for role installation
3 participants