From 2f32e0ba2ddb86a20eceef894e13cfa71fe38ca6 Mon Sep 17 00:00:00 2001 From: jctanner Date: Tue, 24 Apr 2018 19:55:04 -0400 Subject: [PATCH] Remove me from botmeta (#39263) * Remove myself from team_vmware * Remove myself from maintainership of all modules --- .github/BOTMETA.yml | 2 +- lib/ansible/modules/cloud/docker/docker_container.py | 1 - lib/ansible/modules/cloud/docker/docker_image.py | 1 - lib/ansible/modules/cloud/docker/docker_image_facts.py | 1 - lib/ansible/modules/cloud/docker/docker_login.py | 1 - lib/ansible/modules/cloud/vmware/vmware_guest.py | 1 - lib/ansible/modules/cloud/vmware/vmware_guest_find.py | 1 - lib/ansible/modules/cloud/vmware/vmware_guest_snapshot.py | 1 - 8 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index b80dcc2c75..ffd372af18 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -1169,6 +1169,6 @@ macros: team_rhn: alikins barnabycourt flossware vritant team_tower: ghjm jlaska matburt wwitzel3 simfarm ryanpetrello rooftopcellist AlanCoding team_ucs: dsoper2 johnamcdonough vallard vvb dagwieers - team_vmware: akasurde dav1x jctanner + team_vmware: akasurde dav1x team_windows: dagwieers jborean93 jhawkesworth nitzmahone team_windows_core: nitzmahone jborean93 diff --git a/lib/ansible/modules/cloud/docker/docker_container.py b/lib/ansible/modules/cloud/docker/docker_container.py index a49fdfdc3d..0a1a1d9a6e 100644 --- a/lib/ansible/modules/cloud/docker/docker_container.py +++ b/lib/ansible/modules/cloud/docker/docker_container.py @@ -402,7 +402,6 @@ author: - "Thomas Steinbach (@ThomasSteinbach)" - "Philippe Jandot (@zfil)" - "Daan Oosterveld (@dusdanig)" - - "James Tanner (@jctanner)" - "Chris Houseknecht (@chouseknecht)" - "Kassian Sun (@kassiansun)" diff --git a/lib/ansible/modules/cloud/docker/docker_image.py b/lib/ansible/modules/cloud/docker/docker_image.py index cfa7175a32..a1a9ae8012 100644 --- a/lib/ansible/modules/cloud/docker/docker_image.py +++ b/lib/ansible/modules/cloud/docker/docker_image.py @@ -173,7 +173,6 @@ requirements: author: - Pavel Antonov (@softzilla) - Chris Houseknecht (@chouseknecht) - - James Tanner (@jctanner) ''' diff --git a/lib/ansible/modules/cloud/docker/docker_image_facts.py b/lib/ansible/modules/cloud/docker/docker_image_facts.py index 93fbf2e1a4..618db40617 100644 --- a/lib/ansible/modules/cloud/docker/docker_image_facts.py +++ b/lib/ansible/modules/cloud/docker/docker_image_facts.py @@ -40,7 +40,6 @@ requirements: author: - Chris Houseknecht (@chouseknecht) - - James Tanner (@jctanner) ''' diff --git a/lib/ansible/modules/cloud/docker/docker_login.py b/lib/ansible/modules/cloud/docker/docker_login.py index 86b85785fe..606dc654cc 100644 --- a/lib/ansible/modules/cloud/docker/docker_login.py +++ b/lib/ansible/modules/cloud/docker/docker_login.py @@ -82,7 +82,6 @@ requirements: author: - "Olaf Kilian " - "Chris Houseknecht (@chouseknecht)" - - "James Tanner (@jctanner)" ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/cloud/vmware/vmware_guest.py b/lib/ansible/modules/cloud/vmware/vmware_guest.py index 69ba777e69..ba78418b98 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_guest.py +++ b/lib/ansible/modules/cloud/vmware/vmware_guest.py @@ -21,7 +21,6 @@ description: - Modify, rename or remove a virtual machine. version_added: '2.2' author: -- James Tanner (@jctanner) - Loic Blot (@nerzhul) - Philippe Dellaert (@pdellaert) - Abhijeet Kasurde (@akasurde) diff --git a/lib/ansible/modules/cloud/vmware/vmware_guest_find.py b/lib/ansible/modules/cloud/vmware/vmware_guest_find.py index 38ddc5a96a..6e870e0143 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_guest_find.py +++ b/lib/ansible/modules/cloud/vmware/vmware_guest_find.py @@ -19,7 +19,6 @@ description: - Find the folder path(s) for a virtual machine by name or UUID version_added: 2.4 author: - - James Tanner - Abhijeet Kasurde notes: - Tested on vSphere 6.5 diff --git a/lib/ansible/modules/cloud/vmware/vmware_guest_snapshot.py b/lib/ansible/modules/cloud/vmware/vmware_guest_snapshot.py index a32e269252..8a799ce08f 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_guest_snapshot.py +++ b/lib/ansible/modules/cloud/vmware/vmware_guest_snapshot.py @@ -20,7 +20,6 @@ description: - All parameters and VMware object names are case sensitive. version_added: 2.3 author: - - James Tanner (@jctanner) - Loic Blot (@nerzhul) notes: - Tested on vSphere 5.5, 6.0 and 6.5