From edb1735ca07059a3b644867045f70f9f4ee63edd Mon Sep 17 00:00:00 2001 From: Richard Schwab Date: Thu, 7 Jun 2018 06:37:53 +0000 Subject: [PATCH] Add some dots at the end of sentences (#41176) See e.g. https://docs.ansible.com/ansible/devel/reference_appendices/config.html#default-scp-if-ssh In the docs the list of strings is just concatenated without additional interpunctuation. +label: docsite_pr --- lib/ansible/config/base.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ansible/config/base.yml b/lib/ansible/config/base.yml index b555d6083bd..2d7ba6d2942 100644 --- a/lib/ansible/config/base.yml +++ b/lib/ansible/config/base.yml @@ -941,9 +941,9 @@ DEFAULT_SCP_IF_SSH: # TODO: move to ssh plugin default: smart description: - - "Prefered method to use when transfering files over ssh" - - When set to smart, Ansible will try them until one succeeds or they all fail - - If set to True, it will force 'scp', if False it will use 'sftp' + - "Prefered method to use when transfering files over ssh." + - When set to smart, Ansible will try them until one succeeds or they all fail. + - If set to True, it will force 'scp', if False it will use 'sftp'. env: [{name: ANSIBLE_SCP_IF_SSH}] ini: - {key: scp_if_ssh, section: ssh_connection} @@ -973,7 +973,7 @@ DEFAULT_SQUASH_ACTIONS: description: - Ansible can optimise actions that call modules that support list parameters when using ``with_`` looping. Instead of calling the module once for each item, the module is called once with the full list. - - The default value for this setting is only for certain package managers, but it can be used for any module + - The default value for this setting is only for certain package managers, but it can be used for any module. - Currently, this is only supported for modules that have a name or pkg parameter, and only when the item is the only thing being passed to the parameter. env: [{name: ANSIBLE_SQUASH_ACTIONS}] ini: