From ccbe7aeae0a367cc59b4b317a9580fff7647cdd5 Mon Sep 17 00:00:00 2001 From: Michael Finney Date: Fri, 15 Dec 2023 23:07:18 -0600 Subject: [PATCH] Add changelong fragment for pr 7734 --- changelogs/fragments/7734-make-wildcard-host-value-idempotent | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/7734-make-wildcard-host-value-idempotent diff --git a/changelogs/fragments/7734-make-wildcard-host-value-idempotent b/changelogs/fragments/7734-make-wildcard-host-value-idempotent new file mode 100644 index 0000000000..728ea4199d --- /dev/null +++ b/changelogs/fragments/7734-make-wildcard-host-value-idempotent @@ -0,0 +1,2 @@ +bugfixes: + - ssh_config - host value "*" was not idempotent resulting in a new host section each time the task was run. Fix makes host value "*" idempotent and allows updates to be made to the "*" host (https://github.com/ansible-collections/community.general/pull/7464).