Add ansible-ci files check
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
sebclem 2022-01-18 21:56:25 +01:00
parent ef16fc19c6
commit f0722352bf

View File

@ -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"