# SPDX-License-Identifier: MIT --- - name: Handler for aide to restart services service: name: "{{ item }}" state: restarted loop: "{{ __aide_services }}"