From 41d7d53573e4f1bf366299b7f1eff15d6643c7ab Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Wed, 19 Aug 2020 23:22:39 +0300 Subject: [PATCH] base.yml: Fix typos (#71346) --- lib/ansible/config/base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/config/base.yml b/lib/ansible/config/base.yml index a0e2ec3488d..e028a67480e 100644 --- a/lib/ansible/config/base.yml +++ b/lib/ansible/config/base.yml @@ -48,7 +48,7 @@ ANSIBLE_COW_WHITELIST: ANSIBLE_FORCE_COLOR: name: Force color output default: False - description: This options forces color mode even when running without a TTY or the "nocolor" setting is True. + description: This option forces color mode even when running without a TTY or the "nocolor" setting is True. env: [{name: ANSIBLE_FORCE_COLOR}] ini: - {key: force_color, section: defaults} @@ -90,7 +90,7 @@ ANSIBLE_PIPELINING: - This can result in a very significant performance improvement when enabled. - "However this conflicts with privilege escalation (become). For example, when using 'sudo:' operations you must first disable 'requiretty' in /etc/sudoers on all managed hosts, which is why it is disabled by default." - - This options is disabled if ``ANSIBLE_KEEP_REMOTE_FILES`` is enabled. + - This option is disabled if ``ANSIBLE_KEEP_REMOTE_FILES`` is enabled. env: - name: ANSIBLE_PIPELINING - name: ANSIBLE_SSH_PIPELINING