Use ansible.cfg for ansible logging config

We have an ansible logging location defined in ansible.cfg. We don't
need to override it in run_all.sh.

Change-Id: I7f0a8b70a1ccd7a43ce47a3f452b6d0d5c57e96a
This commit is contained in:
Monty Taylor 2018-08-17 17:22:26 -05:00
parent c4b111691b
commit dd4b26903b
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# fails then abort the puppet run as we will not get the results we
# expect.
set -e
export ANSIBLE_LOG_PATH=/var/log/puppet_run_all.log
SYSTEM_CONFIG=/opt/system-config
ANSIBLE_PLAYBOOKS=$SYSTEM_CONFIG/playbooks