We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using stouts.collectd from galaxy: my playbook looks like this:
--- - hosts: all roles: - { role: geerlingguy.git , become: yes } - { role: Stouts.collectd, become: yes}
I get following error on ubuntu 16.04
ASK [Stouts.collectd : collectd-configure | Ensure conf.d directory] ******************************************************************************* changed: [localhost] TASK [Stouts.collectd : collectd-configure | Configure additional types] **************************************************************************** changed: [localhost] TASK [Stouts.collectd : collectd-configure | Setup Collectd service] ******************************************************************************** changed: [localhost] TASK [Stouts.collectd : collectd-configure | Ensure the Collectd is enabled and started] ************************************************************ fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Could not find the requested service collectd: host"}
The text was updated successfully, but these errors were encountered:
Seems like the version on the galaxy is still 2.1.1 whereas the github is showing 2.2.1
Sorry, something went wrong.
Please hit update in the ansible galaxy to publish the github update as required in the repo : ansible/galaxy-issues#30
No branches or pull requests
Using stouts.collectd from galaxy:
my playbook looks like this:
I get following error on ubuntu 16.04
The text was updated successfully, but these errors were encountered: