Refer to the exhibit.
The push_configs.yml playbook returns the error shown.
Which action resolves the error?
Install the Paramiko library on the host that runs Ansible
Generate a new SSH key pair and add the public key to the target machine
Export the ANSIBLE_HOST_KEY_CHECKING=False variable
Comment out the StrictHostKeyChecking=yes line from ansible.cfg
Submit