community.general.sudosu – Run tasks using sudo su -¶
Note
This plugin is part of the community.general collection (version 2.5.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.sudosu
.
New in version 2.4.0: of community.general
Synopsis¶
This become plugins allows your remote/login user to execute commands as another user via the
sudo
andsu
utilities combined.
Parameters¶
Authors¶
Dag Wieers (@dagwieers)