mirror of https://github.com/ansible/ansible.git
[stable-2.9] 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/64281/head
parent
644f77f3ab
commit
23f5b3b635
@ -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