Skip to content

Commit

Permalink
fixed become page link in PE error message (#81391) (#81393)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0b9d83c)
  • Loading branch information
bcoca authored Aug 3, 2023
1 parent c5c8909 commit b3a4b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/plugins/action/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ def _fixup_perms2(self, remote_paths, remote_user=None, execute=True):
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
Expand Down

0 comments on commit b3a4b4a

Please sign in to comment.