mirror of https://github.com/ansible/ansible.git
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.pull/63482/head
parent
d8389d9f55
commit
e9d10f94b7
@ -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