diff --git a/lib/ansible/modules/extras/monitoring/zabbix_hostmacro.py b/lib/ansible/modules/extras/monitoring/zabbix_hostmacro.py index 2f7fa37be7..7ef9755a78 100644 --- a/lib/ansible/modules/extras/monitoring/zabbix_hostmacro.py +++ b/lib/ansible/modules/extras/monitoring/zabbix_hostmacro.py @@ -90,8 +90,8 @@ EXAMPLES = ''' login_user: username login_password: password host_name: ExampleHost - macro_name:Example macro - macro_value:Example value + macro_name: Example macro + macro_value: Example value state: present '''