From 6fab8bc643fced52748c1dd910eba970b7e56dd9 Mon Sep 17 00:00:00 2001 From: Andrea Tartaglia Date: Wed, 31 Aug 2016 16:07:13 +0100 Subject: [PATCH] Added allow_world_readable_tmpfiles in config #17013 (#17153) --- docsite/rst/intro_configuration.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index 635bcd149f3..1a0402b2b58 100644 --- a/docsite/rst/intro_configuration.rst +++ b/docsite/rst/intro_configuration.rst @@ -74,6 +74,22 @@ different locations:: Most users will not need to use this feature. See :doc:`developing_plugins` for more details. + +.. _allow_world_readable_tmpfiles: + +allow_world_readable_tmpfiles +============================= + +.. versionadded:: 2.1 +This makes the temporary files created on the machine to be world readable and will issue a warning instead of failing the task. + +It is useful when becoming an unprivileged user:: + + allow_world_readable_tmpfiles=True + + + + .. _ansible_managed: ansible_managed