7 lines
110 B
YAML
7 lines
110 B
YAML
# handlers/main.yml
|
|
---
|
|
- name: restart httpd
|
|
ansible.builtin.service:
|
|
name: httpd
|
|
state: restarted
|