From 96fbe86f6a7b78689ac3867a3affe4c8bb7bc637 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 26 May 2015 15:40:20 -0700 Subject: [PATCH] Fix docs - don't need quote anymore --- lib/ansible/modules/extras/monitoring/zabbix_host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/monitoring/zabbix_host.py b/lib/ansible/modules/extras/monitoring/zabbix_host.py index a9b8bf2c2a2..7abb4780a03 100644 --- a/lib/ansible/modules/extras/monitoring/zabbix_host.py +++ b/lib/ansible/modules/extras/monitoring/zabbix_host.py @@ -60,7 +60,7 @@ options: default: None status: description: - - 'Monitoring status of the host. + - Monitoring status of the host. required: false choices: ['enabled', 'disabled'] default: "enabled"