Set sudo false as we don't use it many places and this is needed for controlpersist
This commit is contained in:
parent
1aacd08ec5
commit
7ade030063
1 changed files with 5 additions and 0 deletions
|
@ -51,3 +51,8 @@ env: production
|
|||
|
||||
# nfs mount options, override at the group/host level
|
||||
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid"
|
||||
|
||||
# by default set sudo to false here We can override it as needed.
|
||||
# Note that if sudo is true, you need to unset requiretty for
|
||||
# ssh controlpersist to work.
|
||||
sudo: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue