`
`
`
`
even though, we can defined ssh_args in ‘options’, but play_context still use default defined of ‘ssh_args’ ,
_ssh_args = FieldAttribute(isa=‘string’, default=C.ANSIBLE_SSH_ARGS)
`
https://github.com/ansible/ansible/blob/devel/lib/ansible/playbook/play_context.py#L288
So how we declare ‘ssh_args’ when we use ansible API ?