Ansible: FAILED! => {"msg": "the connection plugin 'remote' was not found"}
Error:
FAILED! => {"msg": "the connection plugin 'remote' was not found"}Solution:
To Solve this issue change following parameter in your yaml file:
Change:
connection: remote
To
connection: ssh
0 Response to "Ansible: FAILED! => {"msg": "the connection plugin 'remote' was not found"}"
Post a Comment