kolla/roles/collectd/handlers/main.yml
Eduardo Gonzalez 01a5388169 Verify YAML syntax in gates
Test yaml syntax is correct on new changes.
Fixes current warnings and errors

Change-Id: I5888f8e4a9d27a08506036df2c564b9f2081ccee
2018-02-27 21:45:57 +00:00

7 lines
103 B
YAML

---
- name: restart collectd service
service:
name: collectd
state: restarted
become: true