From b3a4b4a9b134a34dd52235385fec4456c2e87fa4 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 3 Aug 2023 18:27:00 -0400 Subject: [PATCH] fixed become page link in PE error message (#81391) (#81393) (cherry picked from commit 0b9d83ccdbc6e00bbec46f036c12cbfadfc8fc64) --- lib/ansible/plugins/action/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/action/__init__.py b/lib/ansible/plugins/action/__init__.py index 5ded3a8aa36..5ece6c1dcb0 100644 --- a/lib/ansible/plugins/action/__init__.py +++ b/lib/ansible/plugins/action/__init__.py @@ -735,7 +735,7 @@ class ActionBase(ABC): return remote_paths # we'll need this down here - become_link = get_versioned_doclink('user_guide/become.html') + become_link = get_versioned_doclink('playbook_guide/playbooks_privilege_escalation.html#risks-of-becoming-an-unprivileged-user') # Step 3f: Common group # Otherwise, we're a normal user. We failed to chown the paths to the