Fixes documentation example (#51643)

pull/51650/head
Wojciech Wypior 6 years ago committed by Tim Rupp
parent a55838b013
commit d043003cff

@ -184,6 +184,7 @@ options:
extends_documentation_fragment: f5
author:
- Tim Rupp (@caphrim007)
- Wojciech Wypior (@wojtek0806)
'''
EXAMPLES = r'''
@ -242,7 +243,7 @@ EXAMPLES = r'''
- name: Add node by their FQDN
bigip_node:
fqdn: foo.bar.com
name: 10.20.30.40
name: foobar.net
provider:
server: lb.mydomain.com
user: admin

Loading…
Cancel
Save