ansible-collections / community.general

Ansible Community General Collection
https://galaxy.ansible.com/ui/repo/published/community/general/
GNU General Public License v3.0
817 stars 1.5k forks source link

RFE: add `sesudo` for privilege escalation method #2508

Open Akasurde opened 3 years ago

Akasurde commented 3 years ago

From @sugitk on May 14, 2021 02:22

Summary

A customer wants to use sesudo to run commands as root.

Issue Type

Feature Idea

Component Name

become

Additional Information

Code of Conduct

Copied from original issue: ansible/ansible#74694

Akasurde commented 3 years ago

From @relrod on May 14, 2021 05:11

This become plugin would likely be best as part of a collection, we're generally not taking new plugins in ansible-core.

sugitk commented 3 years ago

@relrod @Akasurde Thank you!