* Make sure frenck is no longer accidentally contacted.
* More precise.
frenck explicitly requested in https://github.com/ansible-collections/community.general/pull/358
to not be contacted about this module ("I don't use Ansible anymore. Haven't contributed in years
and don't plan on doing so." / "I'm no supporting this module or project anymore.").
(cherry picked from commit 55629b311a
)
Co-authored-by: Felix Fontein <felix@fontein.de>
pull/1142/head
parent
5571a0cdf8
commit
af4f1f727d
|
@ -1163,10 +1163,8 @@ files:
|
|||
authors: agaffney
|
||||
$modules/system/osx_defaults.py:
|
||||
notify: chris-short
|
||||
authors: frenck
|
||||
maintainers: $team_macos
|
||||
labels: macos osx_defaults
|
||||
ignore: frenck
|
||||
keywords: brew cask darwin homebrew macosx macports osx
|
||||
$modules/system/pam_limits.py:
|
||||
authors: usawa
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright: (c) 2014, GeekChimp - Franck Nijhof <franck@geekchimp.com>
|
||||
# Copyright: (c) 2014, GeekChimp - Franck Nijhof <franck@geekchimp.com> (DO NOT CONTACT!)
|
||||
# Copyright: (c) 2019, Ansible project
|
||||
# Copyright: (c) 2019, Abhijeet Kasurde <akasurde@redhat.com>
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
@ -13,7 +13,8 @@ DOCUMENTATION = r'''
|
|||
---
|
||||
module: osx_defaults
|
||||
author:
|
||||
- Franck Nijhof (@frenck)
|
||||
# DO NOT RE-ADD GITHUB HANDLE!
|
||||
- Franck Nijhof (!UNKNOWN)
|
||||
short_description: Manage macOS user defaults
|
||||
description:
|
||||
- osx_defaults allows users to read, write, and delete macOS user defaults from Ansible scripts.
|
||||
|
|
Loading…
Reference in New Issue