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