mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Fix icinga2_host requiring ip key. (#7452)
* Fix icinga2_host requiring ip key. Fixes #5248 * Add changelog fragment * Update changelogs/fragments/7452-fix-icinga2_host-requiring-ip-key.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/icinga2_host.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/7452-fix-icinga2_host-requiring-ip-key.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Donien <donien.96@hotmail.com> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
2a7f9f28b9
commit
b6e1d04c0c
2 changed files with 4 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- icinga2_host - the ``ip`` option is no longer required, since Icinga 2 allows for an empty address attribute (https://github.com/ansible-collections/community.general/pull/7452).
|
Loading…
Add table
Add a link
Reference in a new issue