mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
moved sudo -S and -n into configurable flags as they might be absent in much older systems
if password is supplied exsiting -n would get remove from flags
This commit is contained in:
parent
2e05304f66
commit
b2fc5142eb
4 changed files with 6 additions and 6 deletions
|
@ -48,7 +48,7 @@ sudo_exe = sudo
|
|||
|
||||
# What flags to pass to sudo
|
||||
# WARNING: leaving out the defaults might create unexpected behaviours
|
||||
#sudo_flags = -H -k
|
||||
#sudo_flags = -H -S -n
|
||||
|
||||
# SSH timeout
|
||||
timeout = 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue