mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
4b71e088c7
* added constructable and added keyed_groups, groups and compose * Update changelogs/fragments/2162-proxmox-constructable.yml Co-authored-by: Felix Fontein <felix@fontein.de> * added constructed to extends_documentation_fragment and version_added to all the items * renamed _apply_rules to _apply_constructable for more clarity * Update changelogs/fragments/2162-proxmox-constructable.yml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
3 lines
242 B
YAML
3 lines
242 B
YAML
---
|
|
minor_changes:
|
|
- proxmox inventory plugin - added ``Constructable`` class to the inventory to provide options ``strict``, ``keyed_groups``, ``groups``, and ``compose`` (https://github.com/ansible-collections/community.general/pull/2180).
|