mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
[docs] Correct misspelled domain in icinga2_host.py (#38867)
<!--- Your description here --> Just a misspelled link. Updated. +label: docsite_pr
This commit is contained in:
committed by
Ryan Brown
parent
0b4f92d852
commit
be6628cd3d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user