Ansible: FAILED! => {"msg": "the connection plugin 'remote' was not found"}
Written By
Admins
Wednesday, January 29, 2020
Edit
 
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