Write ansible log to fileout in apply test

So that ansible output lives with the puppet output.

Change-Id: Ia3022096a8a006b1b1eba864df3809b3e66cf7fb
This commit is contained in:
James E. Blair 2018-09-06 15:15:40 -07:00
parent d50c384cee
commit 11238771d5
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ cat > $ansible_root/ansible.cfg <<EOF
[defaults]
local_tmp=$ansible_root/local_tmp
remote_tmp=$ansible_root/remote_tmp
log_path=$fileout
EOF
cat > $ansible_root/hosts <<EOF
localhost ansible_connection=local