From 6d209f5597f4f2500ac11859d30c43ac920ccddf Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Thu, 21 Sep 2023 10:47:01 +0200 Subject: [PATCH] changelog.yaml: Fix indentation for linter Signed-off-by: Felix Matouschek --- changelogs/changelog.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 5e104eb..b500cc6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -7,12 +7,12 @@ releases: 1.1.0: changes: major_changes: - - Add kubevirt_vm_info module to describe existing VirtualMachines + - Add kubevirt_vm_info module to describe existing VirtualMachines minor_changes: - - 'inventory: Allow to control creation of additional groups' - - 'inventory: Drop creation of the namespace_vmis_group as it is redundant' + - 'inventory: Allow to control creation of additional groups' + - 'inventory: Drop creation of the namespace_vmis_group as it is redundant' fragments: - - 0_flatten_groups.yml - - 1_add_create_groups.yml - - 3_add_kubevirt_vm_info.yml + - 0_flatten_groups.yml + - 1_add_create_groups.yml + - 3_add_kubevirt_vm_info.yml release_date: '2023-09-21'