Browse Source

Merge pull request #7799 from vrutkovs/papr-store-log

PARP: Store ansible log file separately
OpenShift Merge Robot 7 years ago
parent
commit
3f5d1514c7
2 changed files with 4 additions and 0 deletions
  1. 3 0
      .papr.sh
  2. 1 0
      .papr.yml

+ 3 - 0
.papr.sh

@@ -32,6 +32,9 @@ upload_journals() {
 
 trap upload_journals ERR
 
+# Store ansible log separately
+export ANSIBLE_LOG_PATH=ansible.log
+
 # run the actual installer
 ansible-playbook -v -i .papr.inventory playbooks/deploy_cluster.yml
 

+ 1 - 0
.papr.yml

@@ -40,3 +40,4 @@ tests:
 
 artifacts:
   - journals/
+  - ansible.log