Add ansible-ci files check
This commit is contained in:
parent
ef16fc19c6
commit
f0722352bf
@ -53,5 +53,10 @@ if [[ -n "$PLUGIN_LIMIT" ]]; then
|
||||
args="${args} --limit \"$PLUGIN_LIMIT\""
|
||||
fi
|
||||
|
||||
if [[ -f "ansible-ci.cfg" ]]; then
|
||||
rm ansible.cfg
|
||||
mv ansible-ci.cfg ansible.cfg
|
||||
fi
|
||||
|
||||
run_command "export ANSIBLE_HOST_KEY_CHECKING=False"
|
||||
run_command "ansible-playbook $args"
|
Loading…
Reference in New Issue
Block a user