Ansible Tower -failure in playbook during package installation
20 views
Skip to first unread message
Reji
unread,
Mar 16, 2017, 10:06:51 AM3/16/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
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.