Skip to content

Commit

Permalink
changed link ‘Risks of becoming an unprivileged user’ (ansible#81623)
Browse files Browse the repository at this point in the history
* changes made in become link�

* change become link

* Update lib/ansible/plugins/action/__init__.py

---------

Co-authored-by: Martin Krizek <[email protected]>
  • Loading branch information
1LAV1 and mkrizek authored Sep 5, 2023
1 parent 24aac50 commit 48d8e06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/ansible/plugins/action/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,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('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
Expand Down

0 comments on commit 48d8e06

Please sign in to comment.