Add a returns section for bigip_virtual-server
This commit is contained in:
parent
4ef40ab421
commit
39c3004337
1 changed files with 8 additions and 0 deletions
|
@ -157,6 +157,14 @@ EXAMPLES = '''
|
||||||
name: myvirtualserver
|
name: myvirtualserver
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
RETURN = '''
|
||||||
|
---
|
||||||
|
deleted:
|
||||||
|
description: Name of a virtual server that was deleted
|
||||||
|
returned: virtual server was successfully deleted on state=absent
|
||||||
|
type: string
|
||||||
|
'''
|
||||||
|
|
||||||
|
|
||||||
# ==========================
|
# ==========================
|
||||||
# bigip_virtual_server module specific
|
# bigip_virtual_server module specific
|
||||||
|
|
Loading…
Reference in a new issue