I try to config on inventory file as the following
[client1]
10.0.1.218
[client1:vars]
ansible_port = 22
ansible_user = ec2-user
private_key_file = /mnt/e/DEVELOPMENT/PROJECTS/test.pem
ansible_ssh_common_args= ‘-o ProxyCommand=“ssh -q omtnc@bastionip -o IdentityFile=/mnt/e/DEVELOPMENT/PROJECTS/key.ppk -o Port=22”’
when i run playbook file, it show error as the following
do you know why it can not to remote host?