Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"failed determining service state, possible typo of service name?" #10

Closed
matiasdecarli opened this issue Sep 21, 2015 · 1 comment
Closed

Comments

@matiasdecarli
Copy link

Im getting this error

TASK: [bakins.datadog | service name=datadog-agent state=started enabled=yes] *** 
failed: [web] => {"failed": true}
msg: failed determining service state, possible typo of service name?

Any idea why?... This is my playbook


---
- hosts: web
  sudo: yes

  roles:
    - bakins.datadog
  vars:    
    datadog_api_key: <datadog api key>

@matiasdecarli
Copy link
Author

I solved it by using this

 - { role: bakins.datadog, datadog_api_key: "<datadog key>” }`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant