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

Handle FQCN when using import_playbook #4369

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

cavcrosby
Copy link
Contributor

Fixes #4362.

Parsing import_playbook children has been moved to its own function to
to deal with pylint's too-many-locals violation when cramming everything
into the include_children function.
@audgirka audgirka merged commit 8fe1ea1 into ansible:main Oct 24, 2024
26 checks passed
@cavcrosby cavcrosby deleted the handle-fqcn-for-playbooks branch October 26, 2024 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

"Failed to find playbook" error when importing a playbook from a collection
3 participants