From 20180981b29e79e669b27ce10e6bf7f55fa52cf1 Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Sun, 27 Mar 2022 20:05:38 +0200 Subject: [PATCH] add changelog file --- .../fragments/271_documentation_fix__module_synchronize.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/271_documentation_fix__module_synchronize.yml diff --git a/changelogs/fragments/271_documentation_fix__module_synchronize.yml b/changelogs/fragments/271_documentation_fix__module_synchronize.yml new file mode 100644 index 0000000..b095b13 --- /dev/null +++ b/changelogs/fragments/271_documentation_fix__module_synchronize.yml @@ -0,0 +1,2 @@ +bugfixes: +- synchronize - few documentation fixes (https://github.com/ansible-collections/ansible.posix/pull/271)