mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 07:05:19 +02:00
11 lines
168 B
YAML
11 lines
168 B
YAML
![]() |
---
|
||
|
|
||
|
- include: ../common/handlers/main.yml
|
||
|
|
||
|
- name: reload httpd
|
||
|
service: name=httpd state=reloaded
|
||
|
|
||
|
- name: restart httpd
|
||
|
service: name=httpd state=restarted
|
||
|
...
|