From 392a12589e09498ef8f5dc03e7de9678d28889c7 Mon Sep 17 00:00:00 2001 From: Amy Buck Date: Thu, 29 Nov 2018 07:29:15 -0800 Subject: [PATCH] Update dellos10_command.py (#48167) Updated Dell OS10 to Dell EMC OS10 --- lib/ansible/modules/network/dellos10/dellos10_command.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/network/dellos10/dellos10_command.py b/lib/ansible/modules/network/dellos10/dellos10_command.py index a88c56b6838..a1c0b5122d4 100644 --- a/lib/ansible/modules/network/dellos10/dellos10_command.py +++ b/lib/ansible/modules/network/dellos10/dellos10_command.py @@ -20,12 +20,12 @@ version_added: "2.2" author: "Senthil Kumar Ganesan (@skg-net)" short_description: Run commands on remote devices running Dell OS10 description: - - Sends arbitrary commands to a Dell OS10 node and returns the results + - Sends arbitrary commands to a Dell EMC OS10 node and returns the results read from the device. This module includes an argument that will cause the module to wait for a specific condition before returning or timing out if the condition is not met. - This module does not support running commands in configuration mode. - Please use M(dellos10_config) to configure Dell OS10 devices. + Please use M(dellos10_config) to configure Dell EMC OS10 devices. extends_documentation_fragment: dellos10 options: commands: