From 6c5be7d33ced281a1154bf98222a1594db6df08c Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Fri, 8 Jun 2018 08:11:12 +0800 Subject: [PATCH] Add some dots at the end of sentences (#41176) (#41226) 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 (cherry picked from commit edb1735ca07059a3b644867045f70f9f4ee63edd) --- 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 b4c0703de51..aa88a8daf35 100644 --- a/lib/ansible/config/base.yml +++ b/lib/ansible/config/base.yml @@ -895,9 +895,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} @@ -927,7 +927,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: