From a0ed39717a421916924c5c036525aa840927e171 Mon Sep 17 00:00:00 2001 From: Sergei Petrosian Date: Thu, 4 Apr 2024 15:51:48 +0200 Subject: [PATCH] chore: Fix indentation in CHANGELOG --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 052f2ab9..88fb308e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,19 +8,19 @@ Changelog - fix: Ignore ansible_host: "" (#169) -Enhancement: Ignoring _rhc.ansible_host_ if set to an empty string. + Enhancement: Ignoring _rhc.ansible_host_ if set to an empty string. -Reason: The empty string value causes: + Reason: The empty string value causes: - the Ansible host name to be reset in the Inventory by `insights-client --ansible_host=`; - a line `ansible_host=` to be put in the config file. - + The former is a job of `{state: absent}`. An empty string should not cause such a desctructive operation. The latter is ignored by the Client and is equivatent to that line missing. - + Result: Consistently with a similar condition of the display_name parameter, an empty string ansible_host is treated as undefined. It's the same behavior as with a null value. -Issue Tracker Tickets (Jira or BZ if any): https://issues.redhat.com/browse/CCT-398 + Issue Tracker Tickets (Jira or BZ if any): https://issues.redhat.com/browse/CCT-398 ### Other Changes