diff options
author | Alexei Znamensky <103110+russoz@users.noreply.github.com> | 2024-10-02 15:53:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 15:53:58 +0200 |
commit | bebc192c3e5dee7a55a121affca63434a27997c3 (patch) | |
tree | ea755597a0b9f76c9157cbb2ea7cefdd556e6fa2 /changelogs | |
parent | cron: return stdout and rc for cron command (#83290) (diff) | |
download | ansible-bebc192c3e5dee7a55a121affca63434a27997c3.tar.xz ansible-bebc192c3e5dee7a55a121affca63434a27997c3.zip |
remove one ignore clause for module copy (#83643)
---------
Co-authored-by: flowerysong <junk+github@flowerysong.com>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/83643-fix-sanity-ignore-for-copy.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/83643-fix-sanity-ignore-for-copy.yml b/changelogs/fragments/83643-fix-sanity-ignore-for-copy.yml new file mode 100644 index 0000000000..07d6312cb4 --- /dev/null +++ b/changelogs/fragments/83643-fix-sanity-ignore-for-copy.yml @@ -0,0 +1,3 @@ +minor_changes: + - copy - parameter ``local_follow`` was incorrectly documented as having default value ``True`` (https://github.com/ansible/ansible/pull/83643). + - copy - fix sanity test failures (https://github.com/ansible/ansible/pull/83643). |