--- # handlers file for tco.apache_abrd3 - name: restart apache ansible.builtin.service: name: "{{ apache_service_name }}" state: restarted