From d9db2c3354dfa7555b9bb6e1adebd86660e94043 Mon Sep 17 00:00:00 2001 From: Alex Ratner Date: Fri, 8 Nov 2019 22:13:13 +0100 Subject: [PATCH] minor typos and style changes (#64386) --- lib/ansible/config/base.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/config/base.yml b/lib/ansible/config/base.yml index 2539e0bf210..d72ca89d371 100644 --- a/lib/ansible/config/base.yml +++ b/lib/ansible/config/base.yml @@ -2,10 +2,10 @@ # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) --- ALLOW_WORLD_READABLE_TMPFILES: - name: Allow world readable temporary files + name: Allow world-readable temporary files default: False description: - - This makes the temporary files created on the machine to be world readable and will issue a warning instead of failing the task. + - This makes the temporary files created on the machine world-readable and will issue a warning instead of failing the task. - It is useful when becoming an unprivileged user. env: [] ini: @@ -1489,7 +1489,7 @@ TRANSFORM_INVALID_GROUP_CHARS: - Make ansible transform invalid characters in group names supplied by inventory sources. - If 'never' it will allow for the group name but warn about the issue. - When 'ignore', it does the same as 'never', without issuing a warning. - - When 'always' it will replace any invalid charachters with '_' (underscore) and warn the user + - When 'always' it will replace any invalid characters with '_' (underscore) and warn the user - When 'silently', it does the same as 'always', without issuing a warning. env: [{name: ANSIBLE_TRANSFORM_INVALID_GROUP_CHARS}] ini: