From f0722352bf7c9b95f8bae70ab36f974b7c52a693 Mon Sep 17 00:00:00 2001 From: sebclem Date: Tue, 18 Jan 2022 21:56:25 +0100 Subject: [PATCH] Add ansible-ci files check --- entrypoint | 5 +++++ 1 file changed, 5 insertions(+) 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