From f84dc8fd5dffd4e6b41b175c90a6a28f8392eb4a Mon Sep 17 00:00:00 2001 From: Michael Perzel Date: Mon, 21 Sep 2015 10:18:27 -0500 Subject: [PATCH] Improve example wide_ip variable --- lib/ansible/modules/extras/network/f5/bigip_gtm_wide_ip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/network/f5/bigip_gtm_wide_ip.py b/lib/ansible/modules/extras/network/f5/bigip_gtm_wide_ip.py index c6a49f1fa5..120921b2f7 100644 --- a/lib/ansible/modules/extras/network/f5/bigip_gtm_wide_ip.py +++ b/lib/ansible/modules/extras/network/f5/bigip_gtm_wide_ip.py @@ -70,7 +70,7 @@ EXAMPLES = ''' user=admin password=mysecret lb_method=round_robin - wide_ip=my_wide_ip + wide_ip=my-wide-ip.example.com ''' try: