Asked to authenticate key in ansible playbook on circleci

Am lost on how to configure my IAC code so that in circleci am not asked to authenticate, which is impossible.

Issue resolved. I figured out that the ansible.cfg where I ought to declare “host_key_checking = False” was in the wrong directory. Thank you all.