diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2024-10-08 19:15:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-08 19:15:34 +0200 |
commit | 0959472bc62d3fcb28200bebed6346398ca355ea (patch) | |
tree | 0d843cb71f595c339d5dc3b45935c312dfa3904f /changelogs/fragments/user_action_fix.yml | |
parent | docs: `unique` add missing settings (#84076) (diff) | |
download | ansible-0959472bc62d3fcb28200bebed6346398ca355ea.tar.xz ansible-0959472bc62d3fcb28200bebed6346398ca355ea.zip |
user module, avoid chmoding symlink'd home file (#83956)
also added tests
---------
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
Diffstat (limited to 'changelogs/fragments/user_action_fix.yml')
-rw-r--r-- | changelogs/fragments/user_action_fix.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/user_action_fix.yml b/changelogs/fragments/user_action_fix.yml new file mode 100644 index 0000000000..64ee997d68 --- /dev/null +++ b/changelogs/fragments/user_action_fix.yml @@ -0,0 +1,2 @@ +bugfixes: + - user module now avoids changing ownership of files symlinked in provided home dir skeleton |