From f6d12fc918e3d3526300900f19a202ab2a161cd3 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 13 Mar 2019 23:27:34 -0700 Subject: [PATCH] Fix changelog entries using strings for sections. --- .../fragments/azure_rm_appgateway-probe.yaml | 2 +- .../fragments/standardize_connection_vars.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) 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.