-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix: assert checks and task status for idempotent #73
Conversation
…riable checks to main.yml, remove message with string sample-sap-monitoring-parameters.yml, show ansible results as 'OK' not 'changed' executing port checks and sap-hana-keystore checks, converting string to integer in template templates/sap_host_exporter-DI.conf.j2 to prevent typecast error
pre-commit passed, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see comments for each file @AchimHaaser1
Also please keep it consistent for all integer types:
Ansible will automatically try to infer the type of the variable based on its content. For example:
If you provide a value like "42", Ansible will treat it as a string, but you can convert it to an integer using | int.
… when-statement. Warning: Collection community.general does not support Ansible version 2.14.14.
…check status of hana-keytore to changed , renamed assertion titles, removed paranthesis of asserted variables
… schematics. Changes on the READMEs.
…md starts, adapt tasks, templates sap_host_exporter-DI.conf.j2 and prometheus-sap_monitoring_nr.j2
…riable checks to main.yml, remove message with string sample-sap-monitoring-parameters.yml, show ansible results as 'OK' not 'changed' executing port checks and sap-hana-keystore checks, converting string to integer in template templates/sap_host_exporter-DI.conf.j2 to prevent typecast error