summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorSloane Hertel <19572925+s-hertel@users.noreply.github.com>2024-12-10 15:09:15 +0100
committerGitHub <noreply@github.com>2024-12-10 15:09:15 +0100
commitf0f5d7f88b1dd809c6de373bb275cd8cabb20006 (patch)
tree429f75ddbe317900aa4102476eab271af0058c2c /changelogs
parentcsvfile - let the config system do the typecasting (#82263) (diff)
downloadansible-f0f5d7f88b1dd809c6de373bb275cd8cabb20006.tar.xz
ansible-f0f5d7f88b1dd809c6de373bb275cd8cabb20006.zip
simplify copy module (#84313)
* simplify redundancy with AnsibleModule set_*_if_different methods * simplify copying a source directory to a dest directory without modifying behavior
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/simplify-copy-module.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/simplify-copy-module.yml b/changelogs/fragments/simplify-copy-module.yml
new file mode 100644
index 0000000000..02f33da8d0
--- /dev/null
+++ b/changelogs/fragments/simplify-copy-module.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - copy - refactor copy module for simplicity.