Commit d78f9f5b by Carson Gee

Had an instance where datadog wasn't starting, added started task

parent bcab43f2
...@@ -50,3 +50,8 @@ ...@@ -50,3 +50,8 @@
- datadog | restart the datadog service - datadog | restart the datadog service
tags: tags:
- datadog - datadog
- name: datadog | ensure started and enabled
service: name=datadog-agent state=started enabled=yes
tags:
- datadog
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment