From fa4dd35d664867944c01b00bab330b60f2cfde91 Mon Sep 17 00:00:00 2001 From: NdFeB Date: Sat, 12 Mar 2022 15:36:17 +0100 Subject: [PATCH] Add changelog fragment for PR 333 --- changelogs/fragments/333_doc_absent_precision.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelogs/fragments/333_doc_absent_precision.yml diff --git a/changelogs/fragments/333_doc_absent_precision.yml b/changelogs/fragments/333_doc_absent_precision.yml new file mode 100644 index 0000000..42ee162 --- /dev/null +++ b/changelogs/fragments/333_doc_absent_precision.yml @@ -0,0 +1,4 @@ +--- +trivial: +- mount - fix description in the documentation of the state ``absent`` to match its actual behavior + and point out that ``src`` is ignored with state ``absent`` and ``unmounted`` (https://github.com/ansible-collections/ansible.posix/issues/322)