launchd: Handle deprecated APIs in plistlib (#1554)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Abhijeet Kasurde 2020-12-30 11:25:32 +05:30 committed by GitHub
commit 6c88b69d6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).