--- - name: Enable and start check_mk socket ansible.builtin.systemd: name: check_mk.socket enabled: true state: started daemon_reload: true