mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix changelog entries using strings for sections.
This commit is contained in:
parent
f8ecf7b7cd
commit
f6d12fc918
2 changed files with 8 additions and 8 deletions
|
@ -1,2 +1,2 @@
|
|||
minor_changes:
|
||||
azure_rm_appgateway - add redirect configurations and probes
|
||||
- azure_rm_appgateway - add redirect configurations and probes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
minor_changes: |
|
||||
Connection plugins have been standardized to allow use of ``ansible_<conn-type>_user``
|
||||
and ``ansible_<conn-type>_password`` variables. Variables such as
|
||||
``ansible_<conn-type>_pass`` and ``ansible_<conn-type>_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_<conn-type>_user``
|
||||
and ``ansible_<conn-type>_password`` variables. Variables such as
|
||||
``ansible_<conn-type>_pass`` and ``ansible_<conn-type>_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.
|
||||
|
|
Loading…
Add table
Reference in a new issue