mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add a returns section for bigip_virtual-server
This commit is contained in:
parent
e1bf46a32a
commit
b8e95535c2
1 changed files with 8 additions and 0 deletions
|
@ -171,6 +171,14 @@ EXAMPLES = '''
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue