From c8a39f6e471cbd1495e527ae65f784ee8fd16112 Mon Sep 17 00:00:00 2001 From: Tom Paine Date: Mon, 8 Jun 2026 23:00:02 +0000 Subject: [PATCH] changelog: reference PR 12213 and rename fragment --- ....yml => 12213-opennebula-inventory-filter-by-attributes.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename changelogs/fragments/{opennebula-inventory-filter-by-attributes.yml => 12213-opennebula-inventory-filter-by-attributes.yml} (81%) diff --git a/changelogs/fragments/opennebula-inventory-filter-by-attributes.yml b/changelogs/fragments/12213-opennebula-inventory-filter-by-attributes.yml similarity index 81% rename from changelogs/fragments/opennebula-inventory-filter-by-attributes.yml rename to changelogs/fragments/12213-opennebula-inventory-filter-by-attributes.yml index 5f71dbb4a5..3c33536835 100644 --- a/changelogs/fragments/opennebula-inventory-filter-by-attributes.yml +++ b/changelogs/fragments/12213-opennebula-inventory-filter-by-attributes.yml @@ -1,2 +1,2 @@ minor_changes: - - opennebula inventory plugin - add ``filter_by_attributes`` option to only return VMs whose ``USER_TEMPLATE`` matches every given attribute name/value pair, allowing an inventory to be scoped to a subset of VMs on a shared OpenNebula instance (https://github.com/ansible-collections/community.general/pull/XXXXX). + - opennebula inventory plugin - add ``filter_by_attributes`` option to only return VMs whose ``USER_TEMPLATE`` matches every given attribute name/value pair, allowing an inventory to be scoped to a subset of VMs on a shared OpenNebula instance (https://github.com/ansible-collections/community.general/pull/12213).