life-noc/ansible/roles/businessprocess/handlers/main.yml
2026-03-13 16:57:50 -04:00

4 lines
90 B
YAML

- name: restart apache2
ansible.builtin.service:
name: apache2
state: restarted