mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
Ammends docstring (#51641)
This commit is contained in:
parent
041da7516d
commit
1e4d2b1001
1 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||||
DOCUMENTATION = r'''
|
DOCUMENTATION = r'''
|
||||||
---
|
---
|
||||||
module: bigip_command
|
module: bigip_command
|
||||||
short_description: Run arbitrary command on F5 devices
|
short_description: Run TMSH and BASH commands on F5 devices
|
||||||
description:
|
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
|
read from the device. This module includes an argument that will cause
|
||||||
the module to wait for a specific condition before returning or timing
|
the module to wait for a specific condition before returning or timing
|
||||||
out if the condition is not met.
|
out if the condition is not met.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue