Comment remote_user in ansible.cfg
remote_user should not be set in example config. This file is used in rpm .spec for /etc/ansible/ansible.cfg
This commit is contained in:
parent
e2cf3b2d29
commit
a00c7b0c08
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ timeout = 10
|
||||||
|
|
||||||
# default user to use for playbooks if user is not specified
|
# default user to use for playbooks if user is not specified
|
||||||
# (/usr/bin/ansible will use current user as default)
|
# (/usr/bin/ansible will use current user as default)
|
||||||
remote_user=root
|
#remote_user=root
|
||||||
|
|
||||||
# logging is off by default unless this path is defined
|
# logging is off by default unless this path is defined
|
||||||
# if so defined, consider logrotate
|
# if so defined, consider logrotate
|
||||||
|
|
Loading…
Reference in a new issue