summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2021-03-11 14:43:27 -0500
committerGitHub <noreply@github.com>2021-03-11 11:43:27 -0800
commit8ef54759ec80b6bdecb58fb0d0262bc47c963f3d (patch)
tree00e863b1cc81149d1489fde52f0fe822e949d448 /lib
parent27eaab310beff3f22ad56f3a8524e9e18dba63e8 (diff)
downloadansible-8ef54759ec80b6bdecb58fb0d0262bc47c963f3d.tar.gz
moved vs deprecated world readable tmp setting (#73825)
Diffstat (limited to 'lib')
-rw-r--r--lib/ansible/config/base.yml14
1 files changed, 3 insertions, 11 deletions
diff --git a/lib/ansible/config/base.yml b/lib/ansible/config/base.yml
index c10dfbf302..6c7dd39920 100644
--- a/lib/ansible/config/base.yml
+++ b/lib/ansible/config/base.yml
@@ -3,20 +3,12 @@
---
ALLOW_WORLD_READABLE_TMPFILES:
name: Allow world-readable temporary files
- deprecated:
- why: moved to a per plugin approach that is more flexible
- version: "2.14"
- alternatives: mostly the same config will work, but now controlled from the plugin itself and not using the general constant.
default: False
description:
- - 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:
- - {key: allow_world_readable_tmpfiles, section: defaults}
+ - This setting has been moved to the individual shell plugins as a plugin option :ref:`shell_plugins`.
+ - The existing configuration settings are still accepted with the shell plugin adding additional options, like variables.
+ - This message will be removed in 2.14.
type: boolean
- yaml: {key: defaults.allow_world_readable_tmpfiles}
- version_added: "2.1"
ANSIBLE_CONNECTION_PATH:
name: Path of ansible-connection script
default: null