v0.4.5
Release Summary
Small bugfix release.
Bugfixes
- Empty config directories are now cleaned up after config assembly within the
icinga2role. This should avoid leftover files from previous deployments. - Fix automatic determination of IfW framework path (
ifw_framework_path). - Fix quoting of password within mysql command for IDO database schema import.
- Use explicit booleans in conditions inside of role
monitoring_pluginsfor compatibility withansible-core >= 2.19. Thanks @gianmarco-mameli - Using
ansible.windows.win_powershellfor theInstall-Icingacommand can sometimes get stuck and stay idle indefinitely. The according task now usesansible.windows.win_shellas this seems to be more reliable.