Files
ansible_tuned/handlers/main.yml
2023-09-19 22:19:18 +02:00

7 lines
104 B
YAML

---
# handlers file for tco.tuned
- name: restart tuned
service:
name: tuned
state: restarted