From dae217204557446d4f7a1456b6fe7978ae5c3153 Mon Sep 17 00:00:00 2001 From: Dave Buckley Date: Fri, 28 Sep 2018 15:39:46 +0100 Subject: [PATCH] fix wording for silencing a sensu client (#46250) --- lib/ansible/modules/monitoring/sensu_silence.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/monitoring/sensu_silence.py b/lib/ansible/modules/monitoring/sensu_silence.py index f957cdf78d..1e682d9be8 100644 --- a/lib/ansible/modules/monitoring/sensu_silence.py +++ b/lib/ansible/modules/monitoring/sensu_silence.py @@ -50,7 +50,7 @@ options: subscription: description: - Specifies the subscription which the silence entry applies to. - - To create a silence entry for a client append C(client:) to client name. + - To create a silence entry for a client prepend C(client:) to client name. Example - C(client:server1.example.dev) required: true default: []