From 91129ed38107e807bb7c269a158b77c3f1d231e4 Mon Sep 17 00:00:00 2001 From: Vladimir Botka Date: Fri, 29 Nov 2024 03:34:14 +0100 Subject: [PATCH] Fix changelog fragment module name. --- changelogs/fragments/597_remove_fstab_comment_on_updating.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/597_remove_fstab_comment_on_updating.yml b/changelogs/fragments/597_remove_fstab_comment_on_updating.yml index 30d98d7..c1c51a9 100644 --- a/changelogs/fragments/597_remove_fstab_comment_on_updating.yml +++ b/changelogs/fragments/597_remove_fstab_comment_on_updating.yml @@ -1,3 +1,3 @@ --- bugfixes: - - fstab - If a comment is appended to a fstab entry, state present creates a double-entry (https://github.com/ansible-collections/ansible.posix/issues/595). + - mount - If a comment is appended to a fstab entry, state present creates a double-entry (https://github.com/ansible-collections/ansible.posix/issues/595).