Is it intentional that there is no `install_on_suse.yml` file in the icinga.icinga.icingadb role? https://github.com/Icinga/ansible-collection-icinga/blob/main/roles/icingadb/tasks/main.yml#L16 ``` - name: Include OS specific installation ansible.builtin.include_tasks: "install_on_{{ ansible_os_family | lower }}.yml" ``` If so, the role should fail and report, that the installation on SUSE/openSUSE is not (yet) supported.