1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #10959 from bcoca/sudo_docfix

fixed docs on the meaning of -H sudo arg
This commit is contained in:
Brian Coca 2015-05-08 14:53:42 -04:00
commit 419ef0d19c

View file

@ -524,7 +524,7 @@ the sudo implementation is matching CLI flags with the standard sudo::
sudo_flags sudo_flags
========== ==========
Additional flags to pass to sudo when engaging sudo support. The default is '-H' which preserves the environment Additional flags to pass to sudo when engaging sudo support. The default is '-H' which preserves the $HOME environment variable
of the original user. In some situations you may wish to add or remove flags, but in general most users of the original user. In some situations you may wish to add or remove flags, but in general most users
will not need to change this setting:: will not need to change this setting::