Make sure frenck is no longer accidentally contacted (#1133) (#1134)

* 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
patchback[bot] 2020-10-20 14:04:27 +02:00 committed by GitHub
parent 5571a0cdf8
commit af4f1f727d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

2
.github/BOTMETA.yml vendored
View File

@ -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

View File

@ -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.