From 1e4d2b10010653fb49976f9d7a85a6d3642e5412 Mon Sep 17 00:00:00 2001 From: Wojciech Wypior Date: Sat, 2 Feb 2019 02:15:37 +0000 Subject: [PATCH] Ammends docstring (#51641) --- lib/ansible/modules/network/f5/bigip_command.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/network/f5/bigip_command.py b/lib/ansible/modules/network/f5/bigip_command.py index 8cfdde0e286..feeba83deaf 100644 --- a/lib/ansible/modules/network/f5/bigip_command.py +++ b/lib/ansible/modules/network/f5/bigip_command.py @@ -15,9 +15,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = r''' --- module: bigip_command -short_description: Run arbitrary command on F5 devices +short_description: Run TMSH and BASH commands on F5 devices description: - - Sends an arbitrary command to an BIG-IP node and returns the results + - Sends a TMSH or BASH command to an BIG-IP 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.