User - Fix shadow file parsing on AIX (#55230)

Implement a new method for shadow file parsing so it can be subclassed.
This commit is contained in:
Sam Doran
2019-04-22 15:24:10 -04:00
committed by GitHub
parent d18beee641
commit f27eccabbd
2 changed files with 60 additions and 7 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- user - properly parse the shadow file on AIX (https://github.com/ansible/ansible/issues/54461)