Files
RHCE/solutions/roles/apache/handlers/main.yml
2026-01-25 08:31:56 -07:00

7 lines
110 B
YAML

# handlers/main.yml
---
- name: restart httpd
ansible.builtin.service:
name: httpd
state: restarted