90DaysOfDevOps/docs/2022/Configmgmt/ansible-scenario2/handlers/main.yml
2023-03-14 11:03:42 -04:00

4 lines
72 B
YAML

- name: restart apache
service:
name: apache2
state: restarted