launchd: Handle deprecated APIs in plistlib (#1554) (#1563)

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 6c88b69d6f)

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
patchback[bot]
2020-12-30 09:00:33 +01:00
committed by GitHub
parent 95de8bd39d
commit 95d725a3cc
2 changed files with 43 additions and 7 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- launchd - handle deprecated APIs like ``readPlist`` and ``writePlist`` in ``plistlib`` (https://github.com/ansible-collections/community.general/issues/1552).