summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorMajesticMagikarpKing <69774548+yctomwang@users.noreply.github.com>2024-07-07 21:26:14 +0200
committerGitHub <noreply@github.com>2024-07-07 21:26:14 +0200
commitedce79871333d2d3d4812a5c74e974a58eeaffb3 (patch)
tree8cfd203409fe01bb8ad2fe82d889585912039d25 /changelogs
parentvalidate-modules: reject option/alias names equal up to casing belonging to d... (diff)
downloadansible-edce79871333d2d3d4812a5c74e974a58eeaffb3.tar.xz
ansible-edce79871333d2d3d4812a5c74e974a58eeaffb3.zip
Fix Creating user directory using tilde always reports "changed" (#83113)
Fixes: #82490
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/82490_creating_user_dir_using_tilde_always_reports_changed.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/82490_creating_user_dir_using_tilde_always_reports_changed.yml b/changelogs/fragments/82490_creating_user_dir_using_tilde_always_reports_changed.yml
new file mode 100644
index 0000000000..f7abc1335c
--- /dev/null
+++ b/changelogs/fragments/82490_creating_user_dir_using_tilde_always_reports_changed.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - fixed the issue of creating user directory using tilde(~) always reported "changed".(https://github.com/ansible/ansible/issues/82490)