From 1684792efa94f168fb766f9117dec8bd11d306de Mon Sep 17 00:00:00 2001 From: John R Barker Date: Thu, 1 Dec 2016 11:01:54 +0000 Subject: [PATCH] nagios - Better `comment:` example (#3595) --- lib/ansible/modules/extras/monitoring/nagios.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/monitoring/nagios.py b/lib/ansible/modules/extras/monitoring/nagios.py index 47f779de7d..7de284449c 100644 --- a/lib/ansible/modules/extras/monitoring/nagios.py +++ b/lib/ansible/modules/extras/monitoring/nagios.py @@ -107,7 +107,7 @@ EXAMPLES = ''' minutes: 60 service: host host: '{{ inventory_hostname }}' - comment: This host needs disciplined + comment: Rebuilding machine # schedule downtime for ALL services on HOST - nagios: