Browse Source

Merge pull request #9247 from sdodson/bz1458018

Set log-path = ~/openshift-ansible.log
Scott Dodson 6 years ago
parent
commit
09df58d144
1 changed files with 1 additions and 1 deletions
  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