diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 7e385eefa6c..358fdeff37e 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -1580,7 +1580,7 @@ macros: team_ipa: Nosmoht Akasurde fxfitz team_jboss: jairojunior wbrefvem Wolfant team_kubevirt: machacekondra mmazur pkliczewski - team_linode: InTheCloudDan lwm displague rmcintosh + team_linode: InTheCloudDan decentral1se displague rmcintosh team_macos: akasurde dagwieers kyleabenson martinm82 team_manageiq: gtanzillo abellotti zgalor yaacov cben team_meraki: kbreit diff --git a/lib/ansible/module_utils/linode.py b/lib/ansible/module_utils/linode.py index 9d22b8f6932..a631f74b2fc 100644 --- a/lib/ansible/module_utils/linode.py +++ b/lib/ansible/module_utils/linode.py @@ -4,7 +4,7 @@ # still belong to the author of the module, and may assign their own license # to the complete work. # -# Copyright (c), Luke Murphy @lwm +# Copyright (c), Luke Murphy @decentral1se # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, diff --git a/lib/ansible/modules/cloud/linode/linode_v4.py b/lib/ansible/modules/cloud/linode/linode_v4.py index 5f7418795e8..1ea1b1259b8 100644 --- a/lib/ansible/modules/cloud/linode/linode_v4.py +++ b/lib/ansible/modules/cloud/linode/linode_v4.py @@ -24,7 +24,7 @@ requirements: - python >= 2.7 - linode_api4 >= 2.0.0 author: - - Luke Murphy (@lwm) + - Luke Murphy (@decentral1se) notes: - No Linode resizing is currently implemented. This module will, in time, replace the current Linode module which uses deprecated API bindings on the diff --git a/lib/ansible/plugins/inventory/linode.py b/lib/ansible/plugins/inventory/linode.py index f03e15d03f6..7e1b7bb9317 100644 --- a/lib/ansible/plugins/inventory/linode.py +++ b/lib/ansible/plugins/inventory/linode.py @@ -8,7 +8,7 @@ DOCUMENTATION = r''' name: linode plugin_type: inventory author: - - Luke Murphy (@lwm) + - Luke Murphy (@decentral1se) short_description: Ansible dynamic inventory plugin for Linode. version_added: "2.8" requirements: