From d218c373dec3c2b3f77a4935c6aecf1e44fd445f Mon Sep 17 00:00:00 2001 From: NdFeB Date: Sun, 12 Sep 2021 23:17:15 +0200 Subject: [PATCH] Fix wrong PR URL in changelog fragment --- changelogs/fragments/264_mount_ephemeral.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/264_mount_ephemeral.yml b/changelogs/fragments/264_mount_ephemeral.yml index 6647a68..4ca83be 100644 --- a/changelogs/fragments/264_mount_ephemeral.yml +++ b/changelogs/fragments/264_mount_ephemeral.yml @@ -1,4 +1,4 @@ --- minor_changes: - mount - Add ``ephemeral`` value for the ``state`` parameter, that allows to mount a filesystem - without altering the ``fstab`` file (https://github.com/ansible-collections/ansible.posix/pull/xxx). + without altering the ``fstab`` file (https://github.com/ansible-collections/ansible.posix/pull/264).