-
Notifications
You must be signed in to change notification settings - Fork 115
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
Remove non-existing ansible modules #15549
Remove non-existing ansible modules #15549
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look like these changes are part of this PR #14028.
Yeah I remember making the change I just don't remember how I created the list of modules lol |
trigger: test-robottelo |
PRT Result
|
You can see in the PRT build above that the two lines I removed were not run as parameters. So we are good to go. |
(cherry picked from commit 1ad9d6a)
(cherry picked from commit 1ad9d6a)
Problem Statement
These parametrize into our FAM tests but don't actually exist. Not sure how they got copied over.
Solution
Remove them since they are not real modules.
Related Issues
Note: This doesn't really need any testing, it will just no longer parametrize these.