diff options
author | Wojciech Wypior <w.wypior@f5.com> | 2019-02-02 05:32:02 +0000 |
---|---|---|
committer | Tim Rupp <caphrim007@gmail.com> | 2019-02-01 21:32:02 -0800 |
commit | d043003cff7523ba32dbda7ddad74325a1984ece (patch) | |
tree | a82646b259e2a5c9e4502f0459a25fda85a89f45 /lib/ansible | |
parent | a55838b0133010791f3ce28010bdec88fbf8099d (diff) | |
download | ansible-d043003cff7523ba32dbda7ddad74325a1984ece.tar.gz |
Fixes documentation example (#51643)
Diffstat (limited to 'lib/ansible')
-rw-r--r-- | lib/ansible/modules/network/f5/bigip_node.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ansible/modules/network/f5/bigip_node.py b/lib/ansible/modules/network/f5/bigip_node.py index 2b0d04ec8e..7255227f3d 100644 --- a/lib/ansible/modules/network/f5/bigip_node.py +++ b/lib/ansible/modules/network/f5/bigip_node.py @@ -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 |