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
Hi, When using this role with multipe nagios_nrpe_command commands, I get this error:
fatal: [default]: FAILED! => {"changed": false, "msg": "AnsibleError: Unexpected templating type error occurred on (# {{ ansible_managed }}\n\n# Command NRPE\n{% if nagios_nrpe_command is defined %}\n{% for command in nagios_nrpe_command %}\ncommand[{{ command }}]={{ nagios_nrpe_server_plugins_dir }}/{{ nagios_nrpe_command[command][\"script\"] | default('check_' + command) }} {{ nagios_nrpe_command[command][\"option\"] | default() }}\n{% endfor %}\n{% endif %}\n): can only concatenate str (not \"dict\") to str"}
The text was updated successfully, but these errors were encountered:
Hey @amirhmoradi could you please paste your config? It looks like you've got nagios_nrpe_command setup wrong
nagios_nrpe_command
Sorry, something went wrong.
jloh
No branches or pull requests
Hi,
When using this role with multipe nagios_nrpe_command commands, I get this error:
The text was updated successfully, but these errors were encountered: