mirror of https://github.com/ansible/ansible.git
[stable-2.8] user - fix shadow file parsing on AIX (#62547)
Initialize variables in case the shadow file is not found.
Handle IndexErrors if something goes wrong with file parsing.
(cherry picked from commit e9d10f94b7)
Co-authored-by: Sam Doran <sdoran@redhat.com>
pull/63504/head
parent
15ef4d119c
commit
45278ceef7
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- user - fix stack trace on AIX when attempting to parse shadow file that does not exist (https://github.com/ansible/ansible/issues/62510)
|
||||
Loading…
Reference in New Issue