From 0c5bc7bf3246b055e879d57b992d5be7ae133b29 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Fri, 2 Nov 2018 21:42:39 +0100 Subject: [PATCH] Correct user anasbadaha (remove anasb from being notified for onyx) (#47986) * Remove anasb from being notified for onyx, replace with anasbadaha --- .github/BOTMETA.yml | 2 +- lib/ansible/modules/network/onyx/onyx_igmp_vlan.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 533e9ebc3a7..ee30a9ba87e 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -1121,7 +1121,7 @@ macros: team_networking: Qalthos ganeshrn rcarrillocruz trishnaguha gdpak justjais NilashishC team_nso: cmoberg cnasten tbjurman team_nxos: mikewiebe rahushen rcarrillocruz trishnaguha tstoner - team_onyx: samerd anasb + team_onyx: anasbadaha samerd team_openstack: emonty juliakreger rcarrillocruz shrews dagnello mnaser odyssey4me evrardjp cloudnull team_openswitch: Qalthos gdpak team_purestorage: sdodsley sile16 lionmax genegr raekins bannaych diff --git a/lib/ansible/modules/network/onyx/onyx_igmp_vlan.py b/lib/ansible/modules/network/onyx/onyx_igmp_vlan.py index 5ab9a166c5c..e181adceefa 100644 --- a/lib/ansible/modules/network/onyx/onyx_igmp_vlan.py +++ b/lib/ansible/modules/network/onyx/onyx_igmp_vlan.py @@ -14,7 +14,7 @@ DOCUMENTATION = """ --- module: onyx_igmp_vlan version_added: '2.8' -author: 'Anas Badaha(@anasb)' +author: Anas Badaha (@anasbadaha) short_description: Configures IGMP Vlan parameters description: - This module provides declarative management of IGMP vlan configuration on Mellanox ONYX network devices.