ansible/roles/abrt/faf-post/handlers/main.yml
Ernestas Kulik 45d448ae5b Rename local retrace roles
The “local” bit is quite redundant and they are otherwise confusingly
named.
2020-04-24 21:34:23 +02:00

7 lines
146 B
YAML

---
- name: restart httpd
service: name=httpd state=restarted
- name: restart postgresql
service: name=postgresql
state=restarted