From fdfab01a2e72d8f363740a88d144ad63c2357edd Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Fri, 28 Jun 2019 12:51:50 -0700 Subject: [PATCH] clean up setup author metadata/bot ignore (#58529) --- .github/BOTMETA.yml | 1 - lib/ansible/modules/system/setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 1247225110a..5f671c9b90d 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -490,7 +490,6 @@ files: $modules/system/selinux.py: samdoran $modules/system/service.py: $team_ansible $modules/system/setup.py: - ignored: david_obrien maintainers: $team_ansible $modules/system/solaris: *solaris $modules/system/sysctl.py: Akasurde diff --git a/lib/ansible/modules/system/setup.py b/lib/ansible/modules/system/setup.py index 54fc9ce1dd5..30893448ab3 100644 --- a/lib/ansible/modules/system/setup.py +++ b/lib/ansible/modules/system/setup.py @@ -86,7 +86,6 @@ notes: author: - "Ansible Core Team" - "Michael DeHaan" - - "David O'Brien (@davidobrien1985)" ''' EXAMPLES = """