mirror of https://github.com/ansible/ansible.git
Check if skeleton is /dev/null while creating home folder (#75948)
* Check if skeleton is /dev/null while creating home folder * Add test for linux Co-authored-by: Holger Dörner <h.doerner@bitexpert.de> Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>pull/80993/head
parent
1ecc62ba06
commit
25b3d3a6f7
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- modules/user.py - Add check for valid directory when creating new user homedir (allows /dev/null as skeleton) (https://github.com/ansible/ansible/issues/75063)
|
||||
|
||||
Loading…
Reference in New Issue