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

4 lines
72 B
YAML
Raw Normal View History

2022-04-21 21:17:43 +07:00
- name: restart apache
service:
name: apache2
state: restarted