mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
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:
parent
b31583b441
commit
3b9c6d496b
3 changed files with 30 additions and 7 deletions
|
@ -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).
|
Loading…
Add table
Add a link
Reference in a new issue