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
parent 620dd7e8da
commit 6c88b69d6f
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).