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

prevent empty data payload from being send to host #5

Merged
merged 4 commits into from
Nov 21, 2024

Conversation

privateip
Copy link
Member

This commit addresses an issue where an empty data payload would be send
to the host as an empty array or empty object. This change will now
check if the data is empty and not attempting to send it to the host if
it is.

privateip and others added 2 commits November 12, 2024 13:52
This commit allows for a per host verbosity setting to control the
amount of debug output.  The device can now set `itential_verbosity` to
any value in the range of 1 to 5.  If the `itential_verbosity` settings
is less than the `ansible_verbosity` setting, the `ansible_verbosity`
setting will take precedence.
This commit addresses an issue where an empty data payload would be send
to the host as an empty array or empty object.  This change will now
check if the data is empty and not attempting to send it to the host if
it is.
@privateip privateip merged commit a552e15 into itential:devel Nov 21, 2024
1 check passed
@privateip privateip deleted the http-payload branch November 21, 2024 18:58
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

Successfully merging this pull request may close these issues.

1 participant