diff --git a/changelogs/fragments/azure_rm_appgateway-probe.yaml b/changelogs/fragments/azure_rm_appgateway-probe.yaml index 99976125da..fef0fa8e48 100644 --- a/changelogs/fragments/azure_rm_appgateway-probe.yaml +++ b/changelogs/fragments/azure_rm_appgateway-probe.yaml @@ -1,2 +1,2 @@ minor_changes: - azure_rm_appgateway - add redirect configurations and probes + - azure_rm_appgateway - add redirect configurations and probes diff --git a/changelogs/fragments/standardize_connection_vars.yaml b/changelogs/fragments/standardize_connection_vars.yaml index c76d26d01d..ac4d0fbc3a 100644 --- a/changelogs/fragments/standardize_connection_vars.yaml +++ b/changelogs/fragments/standardize_connection_vars.yaml @@ -1,7 +1,7 @@ -minor_changes: | - Connection plugins have been standardized to allow use of ``ansible__user`` - and ``ansible__password`` variables. Variables such as - ``ansible__pass`` and ``ansible__username`` are treated - with lower priority than the standardized names and may be deprecated in the - future. In general, the ``ansible_user`` and ``ansible_password`` vars should - be used unless there is a reason to use the connection-specific variables. +minor_changes: + - Connection plugins have been standardized to allow use of ``ansible__user`` + and ``ansible__password`` variables. Variables such as + ``ansible__pass`` and ``ansible__username`` are treated + with lower priority than the standardized names and may be deprecated in the + future. In general, the ``ansible_user`` and ``ansible_password`` vars should + be used unless there is a reason to use the connection-specific variables.