diff options
author | MajesticMagikarpKing <69774548+yctomwang@users.noreply.github.com> | 2024-07-07 21:26:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-07 21:26:14 +0200 |
commit | edce79871333d2d3d4812a5c74e974a58eeaffb3 (patch) | |
tree | 8cfd203409fe01bb8ad2fe82d889585912039d25 /changelogs | |
parent | validate-modules: reject option/alias names equal up to casing belonging to d... (diff) | |
download | ansible-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.yml | 2 |
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) |