Fix typos in 2.6 changelog (#44076)

* Fix markdownism in changelog

* Fix typo in vmware remove vm scenario changelog entry
pull/44171/head
Étienne BERSAC 6 years ago committed by Matt Clay
parent 76392c3ddd
commit d5e278e471

@ -1,2 +1,2 @@
removed_features:
- "removed the deprecated always_run task option, please use `check_mode: no` instead"
- "removed the deprecated always_run task option, please use ``check_mode: no`` instead"

@ -1,7 +1,7 @@
---
minor_changes:
- "`postgresql_user` module changed `encrypted=yes` to be the default. This
- "``postgresql_user`` module changed ``encrypted=yes`` to be the default. This
shouldn't break any current playbooks, the module will just store passwords
hashed by default. This change was done because Postgres 10 dropped support for
`UNENCRYPTED` passwords and because all versions since Postgres 7.2 support
``UNENCRYPTED`` passwords and because all versions since Postgres 7.2 support
storing encrypted passwords."

@ -1,2 +1,2 @@
bugfixes:
- powershell - use the tmpdir set by `remote_tmp` for become/async tasks instead of the generic $env:TEMP - https://github.com/ansible/ansible/pull/40210
- powershell - use the tmpdir set by ``remote_tmp`` for become/async tasks instead of the generic $env:TEMP - https://github.com/ansible/ansible/pull/40210

@ -1,3 +1,3 @@
---
minor_changes:
- Sceanrio guide for removing an existing virtual machine is added.
- Scenario guide for removing an existing virtual machine is added.

@ -1,2 +1,2 @@
bugfixes:
- winrm - allow `ansible_user` or `ansible_winrm_user` to override `ansible_ssh_user` when both are defined in an inventory - https://github.com/ansible/ansible/issues/39844
- winrm - allow ``ansible_user`` or ``ansible_winrm_user`` to override ``ansible_ssh_user`` when both are defined in an inventory - https://github.com/ansible/ansible/issues/39844

Loading…
Cancel
Save