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:
parent
d50c384cee
commit
11238771d5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user