Merge "Write ansible log to fileout in apply test"
This commit is contained in:
commit
42a06fe2ec
@ -33,6 +33,7 @@ cat > $ansible_root/ansible.cfg <<EOF
|
|||||||
[defaults]
|
[defaults]
|
||||||
local_tmp=$ansible_root/local_tmp
|
local_tmp=$ansible_root/local_tmp
|
||||||
remote_tmp=$ansible_root/remote_tmp
|
remote_tmp=$ansible_root/remote_tmp
|
||||||
|
log_path=$fileout
|
||||||
EOF
|
EOF
|
||||||
cat > $ansible_root/hosts <<EOF
|
cat > $ansible_root/hosts <<EOF
|
||||||
localhost ansible_connection=local
|
localhost ansible_connection=local
|
||||||
|
Loading…
Reference in New Issue
Block a user