Add correct default options for sudo_flags

see https://github.com/ansible/ansible/blob/devel/lib/ansible/constants.py#L181
pull/14899/head
Dan Langille 10 years ago committed by James Cammarata
parent bb6cadefa2
commit b5d4726cae

@ -591,7 +591,7 @@ Additional flags to pass to sudo when engaging sudo support. The default is '-H
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::
sudo_flags=-H
sudo_flags=-H -S -n
.. _sudo_user:

Loading…
Cancel
Save