[docs] Correct misspelled domain in icinga2_host.py (#38867)
<!--- Your description here --> Just a misspelled link. Updated. +label: docsite_prpull/4420/head
parent
0b4f92d852
commit
be6628cd3d
|
@ -101,7 +101,7 @@ options:
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: Add host to icinga
|
- name: Add host to icinga
|
||||||
icinga_host:
|
icinga_host:
|
||||||
url: "https://icinga2.example.co,m"
|
url: "https://icinga2.example.com"
|
||||||
url_username: "ansible"
|
url_username: "ansible"
|
||||||
url_password: "a_secret"
|
url_password: "a_secret"
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Reference in New Issue