90DaysOfDevOps/Days/Configmgmt/ansible-scenario2/handlers/main.yml
2022-03-07 17:09:50 +00:00

4 lines
72 B
YAML

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