-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: ansible-plugin
-
Environment:RedHat 7
Jenkins 2.46.2
Ansible-plugin 0.6.2
When I run the playbook in jenkins i get a failure at TASK setup
Â
TASK [setup] *******************************************************************
ok: [server1]
fatal: [server2]: UNREACHABLE! => {"changed": false, "msg": "Authentication failure.", "unreachable": true}
When I run the playbook at command line without jenkins it works fine.
Â
TASK [setup] ******************************************************************* ok: [server1] ok: [server2]
If i run against multiple server, some will work and some will fail.
Always the same one.