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:
espro 2013-06-20 16:14:15 -04:00
parent e2cf3b2d29
commit a00c7b0c08

View file

@ -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