90DaysOfDevOps/2022/tr/Days/Configmgmt/ansible-scenario2/handlers/main.yml
2023-06-07 14:18:28 +03:00

4 lines
72 B
YAML

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