mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-10 07:06:38 +07:00
4 lines
72 B
YAML
4 lines
72 B
YAML
- name: restart apache
|
|
service:
|
|
name: apache2
|
|
state: restarted |