@mpratapwar ,
It does appear Microsoft repository was defined on your system in /etc/yum.repos.d directory, but your Linux server can't set up a connection to that server:
2019-11-15 15:30:16,569 p=67468 u=m26440 | fatal: [deployTarget]: FAILED! => {
"changed": false,
"failed": true,
"invocation": {
"module_args": {
"allow_downgrade": false,
"conf_file": null,
"disable_gpg_check": false,
"disablerepo": null,
"enablerepo": null,
"exclude": null,
"install_repoquery": true,
"installroot": "/",
"list": null,
"name": [
"sas-javaesntl"
],
"security": false,
"skip_broken": false,
"state": "latest",
"update_cache": false,
"validate_certs": true
}
},
"msg": "https://packages.microsoft.com/rhel/6/prod/repodata/repomd.xml: [Errno 12] Timeout on https://packages.microsoft.com/rhel/6/prod/repodata/repomd.xml: (28, 'connect() timed out!')\nTrying other mirror.\nError: Cannot retrieve repository metadata (repomd.xml) for repository: packages-microsoft-com-prod. Please verify its path and try again\n",
"rc": 1,
"results": []
}
That problem isn't related to SAS and if you want to use that repository you have to fix a connection problem to https://packages.microsoft.com.
... View more