90DaysOfDevOps/es/Days/Configmgmt/ansible-scenario2/handlers/main.yml
2022-10-23 18:38:19 +02:00

4 lines
72 B
YAML

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