mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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.").
This commit is contained in:
parent
8267fd3809
commit
55629b311a
2 changed files with 3 additions and 4 deletions
2
.github/BOTMETA.yml
vendored
2
.github/BOTMETA.yml
vendored
|
@ -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 a new issue