We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Caused by #8108 @john-westcott-iv
awx.awx.tower_* modules should:
awxkit
awx.awx.tower_export
Task should fail due to missing awxkit dependency
Task fails with incorrect error message. See #8108 for details.
The text was updated successfully, but these errors were encountered:
This has been fixed by #8308 which I have confirmed with manual testing
Sorry, something went wrong.
rebeccahhh
No branches or pull requests
ISSUE TYPE
SUMMARY
Caused by #8108
@john-westcott-iv
awx.awx.tower_* modules should:
awxkit
is not installedENVIRONMENT
STEPS TO REPRODUCE
awx.awx.tower_export
in a Python environment that does not haveawxkit
installed.EXPECTED RESULTS
Task should fail due to missing
awxkit
dependencyACTUAL RESULTS
Task fails with incorrect error message. See #8108 for details.
The text was updated successfully, but these errors were encountered: