From 51eb68b4d7f46070b1a290fbeff0dba0a96ba2f3 Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Wed, 20 Jul 2016 01:56:41 -0400 Subject: [PATCH] consul.py doc fix (#2589) Small fix to the examples section of consul.py --- lib/ansible/modules/extras/clustering/consul.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/clustering/consul.py b/lib/ansible/modules/extras/clustering/consul.py index a5e4a5140dd..002aca3e7b6 100644 --- a/lib/ansible/modules/extras/clustering/consul.py +++ b/lib/ansible/modules/extras/clustering/consul.py @@ -182,7 +182,7 @@ EXAMPLES = ''' - name: register nginx with an http check consul: - name: nginx + service_name: nginx service_port: 80 interval: 60s http: /status