1
0
Fork 0
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:
Toshio Kuratomi 2016-01-11 13:05:51 -08:00 committed by Matt Clay
parent e1bf46a32a
commit b8e95535c2

View file

@ -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