Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantonc42 <antonc42@users.noreply.github.com>2021-04-29 00:14:56 +0300
committerGitHub <noreply@github.com>2021-04-29 00:14:56 +0300
commitc63b867836fb84c32f81258d716779b0e3787776 (patch)
treeb9fddc4bda88de834f8c499ac5a31dd2d76242f3 /examples
parent3cff54d69ba5d5c4e513e705342592f791e897ad (diff)
fixed URL for becoming an unprivileged user doc (#74448)
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index e9f3d5f1d0f..d682a9be16b 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -278,7 +278,7 @@
# choice but to create world readable temporary files to execute a module on
# the remote machine. This option is False by default for security. Users may
# turn this on to have behaviour more like Ansible prior to 2.1.x. See
-# https://docs.ansible.com/ansible/latest/user_guide/become.html#becoming-an-unprivileged-user
+# https://docs.ansible.com/ansible/latest/user_guide/become.html#risks-of-becoming-an-unprivileged-user
# for more secure ways to fix this than enabling this option.
#
#allow_world_readable_tmpfiles = False