From 3c66f54868aba3e4a1c19cb9f0d075aed7c72260 Mon Sep 17 00:00:00 2001 From: Trevor Schellhorn Date: Tue, 30 Jul 2024 01:23:36 -0600 Subject: [PATCH] Updated documentation as per code review --- changelogs/fragments/8639-ini_file-add-option_prefix-spaces.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/8639-ini_file-add-option_prefix-spaces.yml b/changelogs/fragments/8639-ini_file-add-option_prefix-spaces.yml index 7b3acd9d4f..c02c315b7f 100644 --- a/changelogs/fragments/8639-ini_file-add-option_prefix-spaces.yml +++ b/changelogs/fragments/8639-ini_file-add-option_prefix-spaces.yml @@ -1,2 +1,2 @@ minor_changes: - - ini_file - add option_prefix_spaces parameter to prefix option with a number of spaces defined by parameter + - ini_file - add ```option_prefix_spaces``` option to prefix option names with a number of spaces defined by this option (https://github.com/ansible-collections/community.general/pull/8639).