90DaysOfDevOps/2022/Days/Configmgmt/ansible-scenario2/handlers/main.yml
2022-11-18 14:43:39 +00:00

4 lines
72 B
YAML

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