소스 검색

Merge pull request #9247 from sdodson/bz1458018

Set log-path = ~/openshift-ansible.log
Scott Dodson 6 년 전
부모
커밋
09df58d144
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ansible.cfg

+ 1 - 1
ansible.cfg

@@ -7,7 +7,7 @@
 
 [defaults]
 # Set the log_path
-#log_path = /tmp/ansible.log
+log_path = ~/openshift-ansible.log
 
 # Additional default options for OpenShift Ansible
 forks = 20