90DaysOfDevOps/zh_tw/Days/Configmgmt/ansible-scenario2/handlers/main.yml
2022-04-21 22:17:43 +08:00

4 lines
72 B
YAML

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