mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
9 lines
125 B
YAML
9 lines
125 B
YAML
---
|
|
|
|
- name: reload httpd
|
|
service: name=httpd state=reloaded
|
|
|
|
- name: restart httpd
|
|
service: name=httpd state=restarted
|
|
|