90DaysOfDevOps/Days/Configmgmt/ansible-scenario2/handlers/main.yml

4 lines
72 B
YAML
Executable File

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