1
0
Fork 0
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:
Joshi Friberg 2018-04-17 16:05:40 +02:00 committed by Ryan Brown
parent 0b4f92d852
commit be6628cd3d

View file

@ -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