mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 15:41:22 -07:00
Add support for keyed_groups, groups, and compose options to linode i… (#1453)
* Add support for keyed_groups, groups, and compose options to linode inventory plugin * Changed instance,label to instance.label various lint fixes around spacing * Change self._strict to a local variable as it's no longer needed in other methods * Modified DESCRIPTION to add a version_added property to each of the new options. * Add Changelog fragment * Minor changes to the changelog fragment * Replace 'the standard' with 'support for' * Update description to note that the inventory groups are created by default from the group attribute not tags and that the group attribute has been depricated by Linode. * Remove trailing space in description * Add period to changelog fragment Co-authored-by: Clinton Bunch <cdbunch@zeus.int.zentaur.org>
This commit is contained in:
parent
09e2699d1c
commit
58a9287689
2 changed files with 50 additions and 3 deletions
|
@ -0,0 +1,4 @@
|
|||
minor_changes:
|
||||
- linode inventory plugin - add support for ``keyed_groups``, ``groups``,
|
||||
and ``compose`` options
|
||||
(https://github.com/ansible-collections/community.general/issues/1326).
|
Loading…
Add table
Add a link
Reference in a new issue