mirror of https://github.com/ansible/ansible.git
fixes issue 39472:
With python 3.6 spwd.getspnam returns PermissionError instead of KeyError if user does not have privilegespull/40341/head
parent
0f16b26080
commit
0023b1ee9e
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
bugfixes:
|
||||||
|
- spwd - With python 3.6 spwd.getspnam returns PermissionError instead of KeyError if user does not have privileges (https://github.com/ansible/ansible/issues/39472)
|
||||||
Loading…
Reference in New Issue