1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Replace "*" with `*` in 7734 changelog fragment.

This commit is contained in:
Michael Finney 2023-12-18 10:18:52 -06:00
parent 486c050058
commit 0064adf4ba

View file

@ -1,2 +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).
- 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).