diff --git a/entrypoint b/entrypoint index c0401c0..370caa1 100755 --- a/entrypoint +++ b/entrypoint @@ -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" \ No newline at end of file