You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
I am trying to install with using ansible galaxy groover.tomcat on centos 7.4
from my fedora 26 machine I am trying to execute this with below playbook during the time
I get this error.
My Playbook Code
hosts: tomcat
connection: local
tasks:
roles:
groover.tomcat
The text was updated successfully, but these errors were encountered:
TASK [silpion.util : Install EPEL] *******************************************************************************************************************
task path: /home/xxxi/xxxsetup/roles/silpion.util/tasks/main.yml:117
Using module file /usr/lib/python2.7/site-packages/ansible/modules/packaging/os/yum.py
<192.168.1.6> ESTABLISH LOCAL CONNECTION FOR USER: root
<192.168.1.6> EXEC /bin/sh -c '/usr/bin/python && sleep 0'
The full traceback is:
File "/tmp/ansible_6BotXx/ansible_module_yum.py", line 264, in
from yum.misc import find_unfinished_transactions, find_ts_remaining
Environment
OS Fedora 26
ansible 2.4.1.0
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible
python version = 2.7.14 (default, Nov 2 2017, 18:42:05) [GCC 7.2.1 20170915 (Red Hat 7.2.1-2)]
I am trying to install with using ansible galaxy groover.tomcat on centos 7.4
from my fedora 26 machine I am trying to execute this with below playbook during the time
I get this error.
My Playbook Code
connection: local
tasks:
roles:
The text was updated successfully, but these errors were encountered: