mirror of https://github.com/ansible/ansible.git
* Fix 'Permission denied' in user module while generating SSH keys
Fix #78017
Use try/except for spwd usage to prevent "Permission denied".
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 30a923fb5c)
pull/78229/head
parent
6468bb0cb6
commit
bdeeaa528d
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- user - Fix error "Permission denied" in user module while generating SSH keys (https://github.com/ansible/ansible/issues/78017).
|
||||
Loading…
Reference in New Issue