mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Fixes documentation example (#51643)
This commit is contained in:
parent
a55838b013
commit
d043003cff
1 changed files with 2 additions and 1 deletions
|
@ -184,6 +184,7 @@ options:
|
||||||
extends_documentation_fragment: f5
|
extends_documentation_fragment: f5
|
||||||
author:
|
author:
|
||||||
- Tim Rupp (@caphrim007)
|
- Tim Rupp (@caphrim007)
|
||||||
|
- Wojciech Wypior (@wojtek0806)
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = r'''
|
EXAMPLES = r'''
|
||||||
|
@ -242,7 +243,7 @@ EXAMPLES = r'''
|
||||||
- name: Add node by their FQDN
|
- name: Add node by their FQDN
|
||||||
bigip_node:
|
bigip_node:
|
||||||
fqdn: foo.bar.com
|
fqdn: foo.bar.com
|
||||||
name: 10.20.30.40
|
name: foobar.net
|
||||||
provider:
|
provider:
|
||||||
server: lb.mydomain.com
|
server: lb.mydomain.com
|
||||||
user: admin
|
user: admin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue