From: Patrick C. F. Ernzer Date: Wed, 16 Jan 2019 22:40:27 +0000 (+0100) Subject: ansible.cfg: change log_path to directory used by fact_caching_connection X-Git-Tag: v4.0.0beta1~15 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=fd222a8bbf8dfba7dfb5658609a3c4315f41ed9d;p=ceph-ansible.git ansible.cfg: change log_path to directory used by fact_caching_connection Since fact_caching_connection uses a directory in $HOME already, write the ansible.log to the same directory. Fixes: #3509 Signed-off-by: Patrick C. F. Ernzer --- diff --git a/ansible.cfg b/ansible.cfg index a2b970de2..9cfa67788 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -7,7 +7,7 @@ action_plugins = plugins/actions callback_plugins = plugins/callback roles_path = ./roles # Be sure the user running Ansible has permissions on the logfile -log_path = /var/log/ansible.log +log_path = $HOME/ansible/ansible.log forks = 20 host_key_checking = False