mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #1894 from ron1/devel
Update examples/ansible.cfg with sudo_exe
This commit is contained in:
commit
a4b22b3a30
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue