90DaysOfDevOps/vi/Days/Configmgmt/ansible-scenario2/handlers/main.yml
2022-10-03 11:43:23 +09:00

4 lines
72 B
YAML

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