summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2019-04-22 15:24:10 -0400
committerToshio Kuratomi <a.badger@gmail.com>2019-04-24 18:11:00 -0600
commitb394d309f1d3145209a909a06b949de5c28e34f6 (patch)
tree4ef13978552d554a66e0a7f40dbd290434cc160e /changelogs
parent17961e6335b03ba8cb633a0372588d79c507e500 (diff)
downloadansible-b394d309f1d3145209a909a06b949de5c28e34f6.tar.gz
[stable-2.7] User - Fix shadow file parsing on AIX (#55230)
Implement a new method for shadow file parsing so it can be subclassed.. (cherry picked from commit f27eccabbd00f628f6e4195be7e1e4e5c463cba2) Co-authored-by: Sam Doran <sdoran@redhat.com>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/user-aix-shadow-file-parsing.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/user-aix-shadow-file-parsing.yaml b/changelogs/fragments/user-aix-shadow-file-parsing.yaml
new file mode 100644
index 0000000000..432abc63fc
--- /dev/null
+++ b/changelogs/fragments/user-aix-shadow-file-parsing.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+ - user - properly parse the shadow file on AIX (https://github.com/ansible/ansible/issues/54461)