deploy-base/roles/tuned/handlers/main.yml

6 lines
74 B
YAML
Raw Normal View History

---
- name: restart tuned
service:
name: tuned
state: restarted