1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins
patchback[bot] 8444902289
[PR #8741/73b54139 backport][stable-9] fix(opentelemetry): adjust default value for store_spans_in_file causing traces to be produced to a file named None (#8751)
fix(opentelemetry): adjust default value for `store_spans_in_file` causing traces to be produced to a file named `None` (#8741)

* fix(opentelemetry): adjust default value for `store_spans_in_file` causing traces to be produced to a file named `None`

The commit 5f481939d introduced `store_spans_in_file` with the default
value `None` as a string. This causes the value of `store_spans_in_file`
to be a not empty string, value=None as a string and not a null value.
The rest of the code check if the store_spans_in_file is not null which
squeezes the rest of the code. The following commit set the default
value as an empty string.

Signed-off-by: Wilfried Roset <wilfriedroset@users.noreply.github.com>

* fix(opentelemetry): No default value is better, reword changelog

Signed-off-by: Wilfried Roset <wilfriedroset@users.noreply.github.com>

---------

Signed-off-by: Wilfried Roset <wilfriedroset@users.noreply.github.com>
(cherry picked from commit 73b54139d6)

Co-authored-by: Wilfried ROSET <wilfriedroset@users.noreply.github.com>
2024-08-12 08:06:22 +02:00
..
action [PR #8720/9a16eaf9 backport][stable-9] Fix pylint and pep8 issues exposed by latest ansible-core's ansible-test sanity checks (#8722) 2024-08-07 15:49:06 +02:00
become [PR #8623/a24ee93f backport][stable-9] Type options of become plugins (#8659) 2024-07-21 22:15:40 +02:00
cache [PR #8624/37c85605 backport][stable-9] Type options of cache plugins (#8686) 2024-07-28 22:39:07 +02:00
callback [PR #8741/73b54139 backport][stable-9] fix(opentelemetry): adjust default value for store_spans_in_file causing traces to be produced to a file named None (#8751) 2024-08-12 08:06:22 +02:00
connection [PR #8627/ce65eb87 backport][stable-9] Type options of connection plugins (#8662) 2024-07-21 22:16:12 +02:00
doc_fragments [PR #8654/52126b8f backport][stable-9] Add TLS certs params to redis (#8672) 2024-07-23 22:03:13 +02:00
filter [PR #8595/8990f97b backport][stable-9] New Plugins #8594 (#8618) 2024-07-13 14:19:14 +02:00
inventory [PR #8625/f9a56b9a backport][stable-9] Type options of inventory plugins (#8661) 2024-07-21 22:15:49 +02:00
lookup [PR #8626/daed4dcc backport][stable-9] Type options of lookup plugins (#8660) 2024-07-21 22:16:02 +02:00
module_utils [PR #8720/9a16eaf9 backport][stable-9] Fix pylint and pep8 issues exposed by latest ansible-core's ansible-test sanity checks (#8722) 2024-08-07 15:49:06 +02:00
modules [PR #8695/2942eda8 backport][stable-9] keycloak_user_federation: add mapper removal (#8753) 2024-08-12 08:06:13 +02:00
plugin_utils [PR #8595/8990f97b backport][stable-9] New Plugins #8594 (#8618) 2024-07-13 14:19:14 +02:00
test [PR #8595/8990f97b backport][stable-9] New Plugins #8594 (#8618) 2024-07-13 14:19:14 +02:00