-
Notifications
You must be signed in to change notification settings - Fork 343
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
do not include {} boto filter by default #456
do not include {} boto filter by default #456
Conversation
* When no filter: specified, do not include an empty dict in the list of boto filters because it effectively matches any host.
This comment has been minimized.
This comment has been minimized.
recheck |
recheck |
515672e
to
14cf380
Compare
recheck |
recheck |
1 similar comment
recheck |
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.
Just one minor niggle, but otherwise LGTM.
@@ -0,0 +1,3 @@ | |||
--- | |||
bugfixes: | |||
- "inventory - ``include_filters`` won't be ignored anymore if ``filters`` is not set (https://github.com/ansible-collections/amazon.aws/pull/456)." |
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.
- "inventory - ``include_filters`` won't be ignored anymore if ``filters`` is not set (https://github.com/ansible-collections/amazon.aws/pull/456)." | |
- "inventory - ``include_filters`` won't be ignored anymore if ``filters`` is not set (https://github.com/ansible-collections/amazon.aws/issues/457)." |
FTR, We've got a problem with the intermediate registry: ansible/ansible-zuul-jobs#1082 |
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.
LGTM!
Right now, we expect both requirement.txt / test-requirments.txt file in CI. Add this now allows us to get sanity jobs passing, then we can work on adding unit test requirements as needed. Signed-off-by: Paul Belanger <[email protected]>
Depends-On: #480
boto filters because it effectively matches any host.
Closes: #457
Closes: #452
ISSUE TYPE