All,
I am running a playbook through Ansible Tower [ver 3.0.3]. The playbook installs java. It fails during the installation of the java package. We use yum for installing packages. Please note the error:
TASK [java : Install oracle java - 1.8.0] **************************************
fatal: [xxxx.xxxx.com]: FAILED! => {“changed”: false, “failed”: true, “msg”: “No Package matching ‘java-1.8.0-oracle-devel’ found available, installed or updated”, “rc”: 0, “results”: }
fatal: [xxxx.xxx.com]: FAILED! => {“changed”: false, “failed”: true, “msg”: “No Package matching ‘java-1.8.0-oracle-devel’ found available, installed or updated”, “rc”: 0, “results”: }
fatal: [xxxx.xxx.com]: FAILED! => {“changed”: false, “failed”: true, “msg”: “No Package matching ‘java-1.8.0-oracle-devel’ found available, installed or updated”, “rc”: 0, “results”: }
I was able to successfully run the playbook via the command line [ansible-playbook] in my local machine.
Any help is appreciated.