fixed become page link in PE error message (#81391) (#81393)

(cherry picked from commit 0b9d83ccdb)
pull/81459/head
Brian Coca 1 year ago committed by GitHub
parent c5c8909b85
commit b3a4b4a9b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -735,7 +735,7 @@ class ActionBase(ABC):
return remote_paths return remote_paths
# we'll need this down here # 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 # Step 3f: Common group
# Otherwise, we're a normal user. We failed to chown the paths to the # Otherwise, we're a normal user. We failed to chown the paths to the

Loading…
Cancel
Save