From be6628cd3d965b8aa742611c500b0784827bd616 Mon Sep 17 00:00:00 2001 From: Joshi Friberg Date: Tue, 17 Apr 2018 16:05:40 +0200 Subject: [PATCH] [docs] Correct misspelled domain in icinga2_host.py (#38867) Just a misspelled link. Updated. +label: docsite_pr --- lib/ansible/modules/monitoring/icinga2_host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/monitoring/icinga2_host.py b/lib/ansible/modules/monitoring/icinga2_host.py index bb05996227..200f25cffd 100644 --- a/lib/ansible/modules/monitoring/icinga2_host.py +++ b/lib/ansible/modules/monitoring/icinga2_host.py @@ -101,7 +101,7 @@ options: EXAMPLES = ''' - name: Add host to icinga icinga_host: - url: "https://icinga2.example.co,m" + url: "https://icinga2.example.com" url_username: "ansible" url_password: "a_secret" state: present