Files
sib_17.2_variables/tco.apache_abrd4/handlers/main.yml
T
2026-06-25 10:26:45 +02:00

7 lines
158 B
YAML

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