Files
abr_day4/tco.apache_abrd4/handlers/main.yml
T
2026-06-25 09:20:53 +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