From 74d6c7fd0659cbee46bda576cd832ab91d39ab56 Mon Sep 17 00:00:00 2001 From: Jeroen Thora Date: Fri, 19 Dec 2014 23:43:21 +0100 Subject: [PATCH] Fixed small typo in zabbix group docs --- lib/ansible/modules/extras/monitoring/zabbix_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/monitoring/zabbix_group.py b/lib/ansible/modules/extras/monitoring/zabbix_group.py index a316405456..489a8617f5 100644 --- a/lib/ansible/modules/extras/monitoring/zabbix_group.py +++ b/lib/ansible/modules/extras/monitoring/zabbix_group.py @@ -36,7 +36,7 @@ options: choices: [ 'present', 'absent' ] host_group: description: - - Name of the host groupto be added or removed. + - Name of the host group to be added or removed. required: true default: null aliases: [ ]