mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 15:13:20 +02:00
8 lines
222 B
YAML
8 lines
222 B
YAML
---
|
|
|
|
- include: ../common/handlers/main.yml
|
|
- include: ../httpd_common/handlers/main.yml
|
|
- include: ../httpd_php/handlers/main.yml
|
|
- name: restart ttrss-updater
|
|
service: name=ttrss-updater_{{ ttrss_id }} state=restarted
|