diff options
38 files changed, 44 insertions, 39 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 8fdd6956b4..04ab1a1b2b 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -42,6 +42,8 @@ files: support: core changelogs/fragments/: support: community + $modules: + ignored: ryansb $modules/cloud/amazon/: ignored: erydo seiffert simplesteph nadirollo tedder $modules/cloud/amazon/aws_api_gateway.py: willthames @@ -279,7 +281,7 @@ files: labels: - networking - infoblox - $modules/net_tools/netbox/: fragmentedpacket + $modules/net_tools/netbox/: FragmentedPacket $modules/network/a10/: ericchou1 mischapeters $modules/network/aci/: &aci keywords: [ aci, cisco msc, cisco mso, multisite, multi-site ] @@ -1483,7 +1485,7 @@ macros: team_meraki: dagwieers kbreit team_mysql: bmalynovytch bmildren michaelcoburn oneiroi tolland Xyon team_netapp: hulquest lmprice ndswartz amit0701 schmots1 carchi8py lonico - team_netbox: sieben anthony25 fragmentedpacket nikkytub pilou- + team_netbox: sieben anthony25 FragmentedPacket nikkytub pilou- team_netscaler: chiradeep giorgos-nikolopoulos team_netvisor: Qalthos amitsi pdam preetiparasar csharpe-pn team_networking: Qalthos ganeshrn rcarrillocruz trishnaguha gdpak justjais NilashishC diff --git a/lib/ansible/modules/cloud/amazon/ecs_service_facts.py b/lib/ansible/modules/cloud/amazon/ecs_service_facts.py index ad889d3213..064f7878f3 100644 --- a/lib/ansible/modules/cloud/amazon/ecs_service_facts.py +++ b/lib/ansible/modules/cloud/amazon/ecs_service_facts.py @@ -18,7 +18,7 @@ description: - Lists or describes services in ecs. version_added: "2.1" author: - - "Mark Chance (@java1guy)" + - "Mark Chance (@Java1Guy)" - "Darek Kaczynski (@kaczynskid)" requirements: [ json, botocore, boto3 ] options: diff --git a/lib/ansible/modules/cloud/docker/docker_node_info.py b/lib/ansible/modules/cloud/docker/docker_node_info.py index aab8df8ffc..e85857b317 100644 --- a/lib/ansible/modules/cloud/docker/docker_node_info.py +++ b/lib/ansible/modules/cloud/docker/docker_node_info.py @@ -45,7 +45,7 @@ extends_documentation_fragment: - docker.docker_py_1_documentation author: - - Piotr Wojciechowski (@wojciechowskipiotr) + - Piotr Wojciechowski (@WojciechowskiPiotr) requirements: - "L(Docker SDK for Python,https://docker-py.readthedocs.io/en/stable/) >= 2.4.0" diff --git a/lib/ansible/modules/cloud/hcloud/hcloud_datacenter_facts.py b/lib/ansible/modules/cloud/hcloud/hcloud_datacenter_facts.py index 34ccb605e5..801922cfee 100644 --- a/lib/ansible/modules/cloud/hcloud/hcloud_datacenter_facts.py +++ b/lib/ansible/modules/cloud/hcloud/hcloud_datacenter_facts.py @@ -25,7 +25,7 @@ description: - Gather facts about your Hetzner Cloud datacenters. author: - - Lukas Kaemmerling (@lkaemmerling) + - Lukas Kaemmerling (@LKaemmerling) options: id: diff --git a/lib/ansible/modules/cloud/hcloud/hcloud_floating_ip_facts.py b/lib/ansible/modules/cloud/hcloud/hcloud_floating_ip_facts.py index f7a892ae1c..52b1ebc992 100644 --- a/lib/ansible/modules/cloud/hcloud/hcloud_floating_ip_facts.py +++ b/lib/ansible/modules/cloud/hcloud/hcloud_floating_ip_facts.py @@ -25,7 +25,7 @@ description: - Gather facts about your Hetzner Cloud Floating IPs. author: - - Lukas Kaemmerling (@lkaemmerling) + - Lukas Kaemmerling (@LKaemmerling) options: id: diff --git a/lib/ansible/modules/cloud/hcloud/hcloud_image_facts.py b/lib/ansible/modules/cloud/hcloud/hcloud_image_facts.py index 425bf3f17a..ab94f890d3 100644 --- a/lib/ansible/modules/cloud/hcloud/hcloud_image_facts.py +++ b/lib/ansible/modules/cloud/hcloud/hcloud_image_facts.py @@ -26,7 +26,7 @@ description: - Gather facts about your Hetzner Cloud images. author: - - Lukas Kaemmerling (@lkaemmerling) + - Lukas Kaemmerling (@LKaemmerling) options: id: diff --git a/lib/ansible/modules/cloud/hcloud/hcloud_location_facts.py b/lib/ansible/modules/cloud/hcloud/hcloud_location_facts.py index 10d96a903a..43c2fae9c9 100644 --- a/lib/ansible/modules/cloud/hcloud/hcloud_location_facts.py +++ b/lib/ansible/modules/cloud/hcloud/hcloud_location_facts.py @@ -26,7 +26,7 @@ description: - Gather facts about your Hetzner Cloud locations. author: - - Lukas Kaemmerling (@lkaemmerling) + - Lukas Kaemmerling (@LKaemmerling) options: id: diff --git a/lib/ansible/modules/cloud/hcloud/hcloud_server.py b/lib/ansible/modules/cloud/hcloud/hcloud_server.py index b2bfe7d438..2c11838836 100644 --- a/lib/ansible/modules/cloud/hcloud/hcloud_server.py +++ b/lib/ansible/modules/cloud/hcloud/hcloud_server.py @@ -26,7 +26,7 @@ description: - Create, update and manage cloud servers on the Hetzner Cloud. author: - - Lukas Kaemmerling (@lkaemmerling) + - Lukas Kaemmerling (@LKaemmerling) options: id: diff --git a/lib/ansible/modules/cloud/hcloud/hcloud_server_facts.py b/lib/ansible/modules/cloud/hcloud/hcloud_server_facts.py index 6e87add1c0..7b7ce4bed0 100644 --- a/lib/ansible/modules/cloud/hcloud/hcloud_server_facts.py +++ b/lib/ansible/modules/cloud/hcloud/hcloud_server_facts.py @@ -26,7 +26,7 @@ description: - Gather facts about your Hetzner Cloud servers. author: - - Lukas Kaemmerling (@lkaemmerling) + - Lukas Kaemmerling (@LKaemmerling) options: id: diff --git a/lib/ansible/modules/cloud/hcloud/hcloud_server_type_facts.py b/lib/ansible/modules/cloud/hcloud/hcloud_server_type_facts.py index fcdb084ab6..b07f747efc 100644 --- a/lib/ansible/modules/cloud/hcloud/hcloud_server_type_facts.py +++ b/lib/ansible/modules/cloud/hcloud/hcloud_server_type_facts.py @@ -26,7 +26,7 @@ description: - Gather facts about your Hetzner Cloud server types. author: - - Lukas Kaemmerling (@lkaemmerling) + - Lukas Kaemmerling (@LKaemmerling) options: id: diff --git a/lib/ansible/modules/cloud/hcloud/hcloud_ssh_key.py b/lib/ansible/modules/cloud/hcloud/hcloud_ssh_key.py index 91ba321e69..65e3b4cf58 100644 --- a/lib/ansible/modules/cloud/hcloud/hcloud_ssh_key.py +++ b/lib/ansible/modules/cloud/hcloud/hcloud_ssh_key.py @@ -26,7 +26,7 @@ description: - Create, update and manage ssh keys on the Hetzner Cloud. author: - - Lukas Kaemmerling (@lkaemmerling) + - Lukas Kaemmerling (@LKaemmerling) options: id: diff --git a/lib/ansible/modules/cloud/hcloud/hcloud_volume_facts.py b/lib/ansible/modules/cloud/hcloud/hcloud_volume_facts.py index 99311a8ab0..80559ab95c 100644 --- a/lib/ansible/modules/cloud/hcloud/hcloud_volume_facts.py +++ b/lib/ansible/modules/cloud/hcloud/hcloud_volume_facts.py @@ -25,7 +25,7 @@ description: - Gather facts about your Hetzner Cloud volumes. author: - - Lukas Kaemmerling (@lkaemmerling) + - Lukas Kaemmerling (@LKaemmerling) options: id: diff --git a/lib/ansible/modules/cloud/vmware/vmware_guest_disk.py b/lib/ansible/modules/cloud/vmware/vmware_guest_disk.py index 9a7956d0b3..b333cc0722 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_guest_disk.py +++ b/lib/ansible/modules/cloud/vmware/vmware_guest_disk.py @@ -26,7 +26,7 @@ description: - Be careful while removing disk specified as this may lead to data loss. version_added: 2.8 author: - - Abhijeet Kasurde (@akasurde) <akasurde@redhat.com> + - Abhijeet Kasurde (@Akasurde) <akasurde@redhat.com> notes: - Tested on vSphere 6.0 and 6.5 requirements: diff --git a/lib/ansible/modules/net_tools/netbox/netbox_interface.py b/lib/ansible/modules/net_tools/netbox/netbox_interface.py index 3a4059d4d9..ae6189416b 100644 --- a/lib/ansible/modules/net_tools/netbox/netbox_interface.py +++ b/lib/ansible/modules/net_tools/netbox/netbox_interface.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright: (c) 2018, Mikhail Yohman (@fragmentedpacket) <mikhail.yohman@gmail.com> +# Copyright: (c) 2018, Mikhail Yohman (@FragmentedPacket) <mikhail.yohman@gmail.com> # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import absolute_import, division, print_function diff --git a/lib/ansible/modules/net_tools/netbox/netbox_ip_address.py b/lib/ansible/modules/net_tools/netbox/netbox_ip_address.py index 9543f08abf..793b9e196d 100644 --- a/lib/ansible/modules/net_tools/netbox/netbox_ip_address.py +++ b/lib/ansible/modules/net_tools/netbox/netbox_ip_address.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright: (c) 2018, Mikhail Yohman (@fragmentedpacket) <mikhail.yohman@gmail.com> +# Copyright: (c) 2018, Mikhail Yohman (@FragmentedPacket) <mikhail.yohman@gmail.com> # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import absolute_import, division, print_function diff --git a/lib/ansible/modules/net_tools/netbox/netbox_prefix.py b/lib/ansible/modules/net_tools/netbox/netbox_prefix.py index e114283e0a..58105d1e07 100644 --- a/lib/ansible/modules/net_tools/netbox/netbox_prefix.py +++ b/lib/ansible/modules/net_tools/netbox/netbox_prefix.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright: (c) 2018, Mikhail Yohman (@fragmentedpacket) <mikhail.yohman@gmail.com> +# Copyright: (c) 2018, Mikhail Yohman (@FragmentedPacket) <mikhail.yohman@gmail.com> # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import absolute_import, division, print_function diff --git a/lib/ansible/modules/net_tools/netbox/netbox_site.py b/lib/ansible/modules/net_tools/netbox/netbox_site.py index 372aa3fb20..7e6c8d8958 100644 --- a/lib/ansible/modules/net_tools/netbox/netbox_site.py +++ b/lib/ansible/modules/net_tools/netbox/netbox_site.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright: (c) 2018, Mikhail Yohman (@fragmentedpacket) <mikhail.yohman@gmail.com> +# Copyright: (c) 2018, Mikhail Yohman (@FragmentedPacket) <mikhail.yohman@gmail.com> # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import absolute_import, division, print_function diff --git a/lib/ansible/modules/network/a10/a10_server.py b/lib/ansible/modules/network/a10/a10_server.py index 5a98722ee4..402cbcd15b 100644 --- a/lib/ansible/modules/network/a10/a10_server.py +++ b/lib/ansible/modules/network/a10/a10_server.py @@ -23,7 +23,7 @@ short_description: Manage A10 Networks AX/SoftAX/Thunder/vThunder devices' serve description: - Manage SLB (Server Load Balancer) server objects on A10 Networks devices via aXAPIv2. author: - - Eric Chou (@ericchou) + - Eric Chou (@ericchou1) - Mischa Peters (@mischapeters) notes: - Requires A10 Networks aXAPI 2.1. diff --git a/lib/ansible/modules/network/a10/a10_server_axapi3.py b/lib/ansible/modules/network/a10/a10_server_axapi3.py index 9b6f97948e..e2bae63491 100644 --- a/lib/ansible/modules/network/a10/a10_server_axapi3.py +++ b/lib/ansible/modules/network/a10/a10_server_axapi3.py @@ -21,7 +21,8 @@ version_added: 2.3 short_description: Manage A10 Networks AX/SoftAX/Thunder/vThunder devices description: - Manage SLB (Server Load Balancer) server objects on A10 Networks devices via aXAPIv3. -author: "Eric Chou (@ericchou) based on previous work by Mischa Peters (@mischapeters)" +author: + - Eric Chou (@ericchou1) extends_documentation_fragment: - a10 - url diff --git a/lib/ansible/modules/network/a10/a10_service_group.py b/lib/ansible/modules/network/a10/a10_service_group.py index 20d4daba74..8e16076cd6 100644 --- a/lib/ansible/modules/network/a10/a10_service_group.py +++ b/lib/ansible/modules/network/a10/a10_service_group.py @@ -23,7 +23,7 @@ short_description: Manage A10 Networks AX/SoftAX/Thunder/vThunder devices' servi description: - Manage SLB (Server Load Balancing) service-group objects on A10 Networks devices via aXAPIv2. author: - - Eric Chou (@ericchou) + - Eric Chou (@ericchou1) - Mischa Peters (@mischapeters) notes: - Requires A10 Networks aXAPI 2.1. diff --git a/lib/ansible/modules/network/a10/a10_virtual_server.py b/lib/ansible/modules/network/a10/a10_virtual_server.py index aec5035b90..c53e6042d6 100644 --- a/lib/ansible/modules/network/a10/a10_virtual_server.py +++ b/lib/ansible/modules/network/a10/a10_virtual_server.py @@ -22,7 +22,9 @@ version_added: 1.8 short_description: Manage A10 Networks AX/SoftAX/Thunder/vThunder devices' virtual servers. description: - Manage SLB (Server Load Balancing) virtual server objects on A10 Networks devices via aXAPIv2. -author: "Eric Chou (@ericchou) 2016, Mischa Peters (@mischapeters) 2014" +author: + - Eric Chou (@ericchou1) + - Mischa Peters (@mischapeters) notes: - Requires A10 Networks aXAPI 2.1. extends_documentation_fragment: diff --git a/lib/ansible/modules/network/cli/cli_command.py b/lib/ansible/modules/network/cli/cli_command.py index 08bb262028..9354cb0c4d 100644 --- a/lib/ansible/modules/network/cli/cli_command.py +++ b/lib/ansible/modules/network/cli/cli_command.py @@ -15,7 +15,7 @@ DOCUMENTATION = """ --- module: cli_command version_added: "2.7" -author: "Nathaniel Case (@qalthos)" +author: "Nathaniel Case (@Qalthos)" short_description: Run a cli command on cli-based network devices description: - Sends a command to a network device and returns the result read from the device. diff --git a/lib/ansible/modules/network/edgeos/edgeos_config.py b/lib/ansible/modules/network/edgeos/edgeos_config.py index 638af437d4..142d0ed55e 100644 --- a/lib/ansible/modules/network/edgeos/edgeos_config.py +++ b/lib/ansible/modules/network/edgeos/edgeos_config.py @@ -16,7 +16,7 @@ DOCUMENTATION = """ module: edgeos_config version_added: "2.5" author: - - "Nathaniel Case (@qalthos)" + - "Nathaniel Case (@Qalthos)" - "Sam Doran (@samdoran)" short_description: Manage EdgeOS configuration on remote device description: diff --git a/lib/ansible/modules/network/edgeos/edgeos_facts.py b/lib/ansible/modules/network/edgeos/edgeos_facts.py index 2a5a049d1b..9b872cdeea 100644 --- a/lib/ansible/modules/network/edgeos/edgeos_facts.py +++ b/lib/ansible/modules/network/edgeos/edgeos_facts.py @@ -17,7 +17,7 @@ DOCUMENTATION = """ module: edgeos_facts version_added: "2.5" author: - - Nathaniel Case (@qalthos) + - Nathaniel Case (@Qalthos) - Sam Doran (@samdoran) short_description: Collect facts from remote devices running EdgeOS description: diff --git a/lib/ansible/modules/network/eos/eos_bgp.py b/lib/ansible/modules/network/eos/eos_bgp.py index b60e42a15f..547524eba4 100644 --- a/lib/ansible/modules/network/eos/eos_bgp.py +++ b/lib/ansible/modules/network/eos/eos_bgp.py @@ -18,7 +18,7 @@ DOCUMENTATION = """ --- module: eos_bgp version_added: "2.8" -author: "Nilashish Chakraborty (@nilashishc)" +author: "Nilashish Chakraborty (@NilashishC)" short_description: Configure global BGP protocol settings on Arista EOS. description: - This module provides configuration management of global BGP parameters diff --git a/lib/ansible/modules/network/frr/frr_bgp.py b/lib/ansible/modules/network/frr/frr_bgp.py index c2399026e1..9fe33aa243 100644 --- a/lib/ansible/modules/network/frr/frr_bgp.py +++ b/lib/ansible/modules/network/frr/frr_bgp.py @@ -18,7 +18,7 @@ DOCUMENTATION = """ --- module: frr_bgp version_added: "2.8" -author: "Nilashish Chakraborty (@nilashishc)" +author: "Nilashish Chakraborty (@NilashishC)" short_description: Configure global BGP settings on Free Range Routing(FRR). description: - This module provides configuration management of global BGP parameters diff --git a/lib/ansible/modules/network/frr/frr_facts.py b/lib/ansible/modules/network/frr/frr_facts.py index 11670ebd89..175584d7be 100644 --- a/lib/ansible/modules/network/frr/frr_facts.py +++ b/lib/ansible/modules/network/frr/frr_facts.py @@ -16,7 +16,7 @@ DOCUMENTATION = """ --- module: frr_facts version_added: "2.8" -author: "Nilashish Chakraborty (@nilashishc)" +author: "Nilashish Chakraborty (@NilashishC)" short_description: Collect facts from remote devices running Free Range Routing (FRR). description: - Collects a base set of device facts from a remote device that diff --git a/lib/ansible/modules/network/ios/ios_bgp.py b/lib/ansible/modules/network/ios/ios_bgp.py index aa94f1ac6d..1b6d88db98 100644 --- a/lib/ansible/modules/network/ios/ios_bgp.py +++ b/lib/ansible/modules/network/ios/ios_bgp.py @@ -18,7 +18,7 @@ DOCUMENTATION = """ --- module: ios_bgp version_added: "2.8" -author: "Nilashish Chakraborty (@nilashishc)" +author: "Nilashish Chakraborty (@NilashishC)" short_description: Configure global BGP protocol settings on Cisco IOS. description: - This module provides configuration management of global BGP parameters diff --git a/lib/ansible/modules/network/ios/ios_l2_interface.py b/lib/ansible/modules/network/ios/ios_l2_interface.py index e20062a36f..053f895f0d 100644 --- a/lib/ansible/modules/network/ios/ios_l2_interface.py +++ b/lib/ansible/modules/network/ios/ios_l2_interface.py @@ -22,7 +22,7 @@ description: - This module provides declarative management of Layer-2 interfaces on Cisco IOS devices. author: - - Nathaniel Case (@qalthos) + - Nathaniel Case (@Qalthos) options: name: description: diff --git a/lib/ansible/modules/network/iosxr/iosxr_bgp.py b/lib/ansible/modules/network/iosxr/iosxr_bgp.py index 865f9dbf68..b20b0c1050 100644 --- a/lib/ansible/modules/network/iosxr/iosxr_bgp.py +++ b/lib/ansible/modules/network/iosxr/iosxr_bgp.py @@ -18,7 +18,7 @@ DOCUMENTATION = """ --- module: iosxr_bgp version_added: "2.8" -author: "Nilashish Chakraborty (@nilashishc)" +author: "Nilashish Chakraborty (@NilashishC)" short_description: Configure global BGP protocol settings on Cisco IOS-XR description: - This module provides configuration management of global BGP parameters diff --git a/lib/ansible/modules/network/junos/junos_facts.py b/lib/ansible/modules/network/junos/junos_facts.py index 7ea6a069d6..d899f97c86 100644 --- a/lib/ansible/modules/network/junos/junos_facts.py +++ b/lib/ansible/modules/network/junos/junos_facts.py @@ -17,7 +17,7 @@ DOCUMENTATION = """ --- module: junos_facts version_added: "2.1" -author: "Nathaniel Case (@qalthos)" +author: "Nathaniel Case (@Qalthos)" short_description: Collect facts from remote devices running Juniper Junos description: - Collects fact information from a remote device running the Junos diff --git a/lib/ansible/modules/network/junos/junos_ping.py b/lib/ansible/modules/network/junos/junos_ping.py index 4df358ac41..0b3f36aea8 100644 --- a/lib/ansible/modules/network/junos/junos_ping.py +++ b/lib/ansible/modules/network/junos/junos_ping.py @@ -22,7 +22,7 @@ description: - For Windows targets, use the M(win_ping) module instead. - For targets running Python, use the M(ping) module instead. author: - - Nilashish Chakraborty (@nilashishc) + - Nilashish Chakraborty (@NilashishC) version_added: '2.8' options: dest: diff --git a/lib/ansible/modules/network/vyos/vyos_command.py b/lib/ansible/modules/network/vyos/vyos_command.py index 044d5ce789..71201a88cd 100644 --- a/lib/ansible/modules/network/vyos/vyos_command.py +++ b/lib/ansible/modules/network/vyos/vyos_command.py @@ -25,7 +25,7 @@ DOCUMENTATION = """ --- module: vyos_command version_added: "2.2" -author: "Nathaniel Case (@qalthos)" +author: "Nathaniel Case (@Qalthos)" short_description: Run one or more commands on VyOS devices description: - The command module allows running one or more commands on remote diff --git a/lib/ansible/modules/network/vyos/vyos_config.py b/lib/ansible/modules/network/vyos/vyos_config.py index 4fb72fb658..cd4e66409f 100644 --- a/lib/ansible/modules/network/vyos/vyos_config.py +++ b/lib/ansible/modules/network/vyos/vyos_config.py @@ -25,7 +25,7 @@ DOCUMENTATION = """ --- module: vyos_config version_added: "2.2" -author: "Nathaniel Case (@qalthos)" +author: "Nathaniel Case (@Qalthos)" short_description: Manage VyOS configuration on remote device description: - This module provides configuration file management of VyOS diff --git a/lib/ansible/modules/network/vyos/vyos_facts.py b/lib/ansible/modules/network/vyos/vyos_facts.py index 0590d94559..c4a6974567 100644 --- a/lib/ansible/modules/network/vyos/vyos_facts.py +++ b/lib/ansible/modules/network/vyos/vyos_facts.py @@ -24,7 +24,7 @@ DOCUMENTATION = """ --- module: vyos_facts version_added: "2.2" -author: "Nathaniel Case (@qalthos)" +author: "Nathaniel Case (@Qalthos)" short_description: Collect facts from remote devices running VyOS description: - Collects a base set of device facts from a remote device that diff --git a/lib/ansible/modules/network/vyos/vyos_ping.py b/lib/ansible/modules/network/vyos/vyos_ping.py index 7afdff6691..e396087229 100644 --- a/lib/ansible/modules/network/vyos/vyos_ping.py +++ b/lib/ansible/modules/network/vyos/vyos_ping.py @@ -37,7 +37,7 @@ description: - For Windows targets, use the M(win_ping) module instead. - For targets running Python, use the M(ping) module instead. author: - - Nilashish Chakraborty (@nilashishc) + - Nilashish Chakraborty (@NilashishC) version_added: '2.8' options: dest: diff --git a/lib/ansible/modules/network/vyos/vyos_system.py b/lib/ansible/modules/network/vyos/vyos_system.py index dd3d0ba263..8afad21ea0 100644 --- a/lib/ansible/modules/network/vyos/vyos_system.py +++ b/lib/ansible/modules/network/vyos/vyos_system.py @@ -26,7 +26,7 @@ DOCUMENTATION = """ --- module: "vyos_system" version_added: "2.3" -author: "Nathaniel Case (@qalthos)" +author: "Nathaniel Case (@Qalthos)" short_description: Run `set system` commands on VyOS devices description: - Runs one or more commands on remote devices running VyOS. diff --git a/lib/ansible/modules/system/python_requirements_facts.py b/lib/ansible/modules/system/python_requirements_facts.py index 6e76665fae..ba1b01a7db 100644 --- a/lib/ansible/modules/system/python_requirements_facts.py +++ b/lib/ansible/modules/system/python_requirements_facts.py @@ -26,7 +26,7 @@ options: partial version like I(requests>2) are all valid specifications. author: - Will Thames (@willthames) -- Ryan Scott Brown (@ryan_sb) +- Ryan Scott Brown (@ryansb) ''' EXAMPLES = ''' |