mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
parent
0b4f92d852
commit
be6628cd3d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue