From 48d8e067bf6c947a96750b8a61c7d6ef8cad594b Mon Sep 17 00:00:00 2001 From: 1LAV1 <143288298+1LAV1@users.noreply.github.com> Date: Tue, 5 Sep 2023 21:15:57 +0530 Subject: [PATCH] =?UTF-8?q?changed=20link=20=20=E2=80=98Risks=20of=20becom?= =?UTF-8?q?ing=20an=20unprivileged=20user=E2=80=99=20=20(#81623)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * changes made in become linkœ * change become link * Update lib/ansible/plugins/action/__init__.py --------- Co-authored-by: Martin Krizek --- lib/ansible/plugins/action/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/plugins/action/__init__.py b/lib/ansible/plugins/action/__init__.py index 68bf2405fad..fd0ca641a0a 100644 --- a/lib/ansible/plugins/action/__init__.py +++ b/lib/ansible/plugins/action/__init__.py @@ -739,8 +739,7 @@ class ActionBase(ABC): return remote_paths # we'll need this down here - become_link = get_versioned_doclink('playbook_guide/playbooks_privilege_escalation.html#risks-of-becoming-an-unprivileged-user') - + become_link = get_versioned_doclink('playbook_guide/playbooks_privilege_escalation.html') # Step 3f: Common group # Otherwise, we're a normal user. We failed to chown the paths to the # unprivileged user, but if we have a common group with them, we should