From 0b9d83ccdbc6e00bbec46f036c12cbfadfc8fc64 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 1 Aug 2023 11:35:06 -0400 Subject: [PATCH] fixed become page link in PE error message (#81391) --- 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 97ac6dd1a75..68bf2405fad 100644 --- a/lib/ansible/plugins/action/__init__.py +++ b/lib/ansible/plugins/action/__init__.py @@ -739,7 +739,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