-->

DEVOPSZONES

  • Recent blogs

    Ansible: FAILED! => {"msg": "the connection plugin 'remote' was not found"}

    Ansible


    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

    No comments