Add tags filter to linode inventory plugin (#1551)

* Add tags filter to linode inventory plugin

* add tags to return tuple on line 66 in test_linode.py

* Add period in changelog fragment.
use if any() rather than for ... if list completion

* Clarify the description of the ``tags`` option

* Updated description to remove syntax error of line break.
This commit is contained in:
cdbunch72 2021-01-17 05:29:20 -06:00 committed by GitHub
commit 3b9c6d496b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 7 deletions

View file

@ -0,0 +1,4 @@
minor_changes:
- linode inventory plugin - add support for ``tags`` option to filter
instances by tag
(https://github.com/ansible-collections/community.general/issues/1549).