Update examples/ansible.cfg with sudo_exe

This commit is contained in:
ron1 2013-01-23 00:58:16 -05:00
parent 280660b8a7
commit 7d67ecfb2d

View file

@ -71,6 +71,11 @@ remote_port=22
#remote_user=root
# the default sudo executable. If a sudo alternative with a sudo-compatible interface
# is used, specify its executable name as the default
sudo_exe=sudo
# if set, always use this private key file for authentication, same as if passing
# --private-key to ansible or ansible-playbook