diff --git a/lib/ansible/modules/monitoring/icinga2_host.py b/lib/ansible/modules/monitoring/icinga2_host.py index 200f25cffd..c0b7701172 100644 --- a/lib/ansible/modules/monitoring/icinga2_host.py +++ b/lib/ansible/modules/monitoring/icinga2_host.py @@ -100,7 +100,7 @@ options: EXAMPLES = ''' - name: Add host to icinga - icinga_host: + icinga2_host: url: "https://icinga2.example.com" url_username: "ansible" url_password: "a_secret"