From d5e278e4712bf7177d66594bfaa77c3431be2f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20BERSAC?= Date: Tue, 14 Aug 2018 16:50:06 +0200 Subject: [PATCH] Fix typos in 2.6 changelog (#44076) * Fix markdownism in changelog * Fix typo in vmware remove vm scenario changelog entry --- changelogs/fragments/always_run_removal.yaml | 2 +- changelogs/fragments/postgresql_user-encrypted-fixes.yml | 4 ++-- changelogs/fragments/powershell_use_set_tmpdir.yaml | 2 +- changelogs/fragments/vmware_remove_vm_sceanrio.yaml | 2 +- changelogs/fragments/winrm-get_correct_user.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/changelogs/fragments/always_run_removal.yaml b/changelogs/fragments/always_run_removal.yaml index 64bf40553d4..8f0e2c323fa 100644 --- a/changelogs/fragments/always_run_removal.yaml +++ b/changelogs/fragments/always_run_removal.yaml @@ -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" diff --git a/changelogs/fragments/postgresql_user-encrypted-fixes.yml b/changelogs/fragments/postgresql_user-encrypted-fixes.yml index d6967801b26..a96b4462412 100644 --- a/changelogs/fragments/postgresql_user-encrypted-fixes.yml +++ b/changelogs/fragments/postgresql_user-encrypted-fixes.yml @@ -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." diff --git a/changelogs/fragments/powershell_use_set_tmpdir.yaml b/changelogs/fragments/powershell_use_set_tmpdir.yaml index d125cb9c41b..837f3a6cfcb 100644 --- a/changelogs/fragments/powershell_use_set_tmpdir.yaml +++ b/changelogs/fragments/powershell_use_set_tmpdir.yaml @@ -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 diff --git a/changelogs/fragments/vmware_remove_vm_sceanrio.yaml b/changelogs/fragments/vmware_remove_vm_sceanrio.yaml index 22a43bcafff..6a22b6e3a4c 100644 --- a/changelogs/fragments/vmware_remove_vm_sceanrio.yaml +++ b/changelogs/fragments/vmware_remove_vm_sceanrio.yaml @@ -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. diff --git a/changelogs/fragments/winrm-get_correct_user.yaml b/changelogs/fragments/winrm-get_correct_user.yaml index 879f7bc2c46..0264ade2496 100644 --- a/changelogs/fragments/winrm-get_correct_user.yaml +++ b/changelogs/fragments/winrm-get_correct_user.yaml @@ -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