From 55629b311a7d98a9125a36912a4c6a90cd586b89 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 20 Oct 2020 13:43:19 +0200 Subject: [PATCH] Make sure frenck is no longer accidentally contacted (#1133) * 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."). --- .github/BOTMETA.yml | 2 -- plugins/modules/system/osx_defaults.py | 5 +++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 9f21ad1eca..4d63fef801 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -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 diff --git a/plugins/modules/system/osx_defaults.py b/plugins/modules/system/osx_defaults.py index 266c4c4f7e..54947917c3 100644 --- a/plugins/modules/system/osx_defaults.py +++ b/plugins/modules/system/osx_defaults.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright: (c) 2014, GeekChimp - Franck Nijhof +# Copyright: (c) 2014, GeekChimp - Franck Nijhof (DO NOT CONTACT!) # Copyright: (c) 2019, Ansible project # Copyright: (c) 2019, Abhijeet Kasurde # 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.