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).