Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fedora 27+ support and automated tests #22

Open
danizen opened this issue Mar 10, 2018 · 2 comments
Open

Fedora 27+ support and automated tests #22

danizen opened this issue Mar 10, 2018 · 2 comments

Comments

@danizen
Copy link

danizen commented Mar 10, 2018

I think this may be an issue with ansible itself, and I will install a more recent version of ansible via pip.

TASK [devops-coop.minecraft : install Minecraft dependencies] ****************************************
failed: [localhost] (item=[u'java-1.8.0-openjdk', u'sudo']) => {"changed": false, "item": ["java-1.8.0-openjdk", "sudo"], "msg": "python2 yum module is needed for this  module"}
	to retry, use: --limit @/home/dan/familymc/playbook.retry

The claim is that it needs the python2 yum module - there is no such module, and ansible is installed.

@danizen
Copy link
Author

danizen commented Mar 10, 2018

Installing my own copy of ansible under python3 did not solve the problem. It turns out it would have been much, much less work to use a CentOS 7 VPS, and this is a low priority problem.

@danizen danizen changed the title Error on Fedora 27 Fedora 27+ support and automated tests Mar 10, 2018
@benwebber
Copy link
Collaborator

I assume the Fedora host you are trying to manage uses DNF, is that correct?

If so, it seems that Fedora doesn't install the Python yum package anymore. We can probably switch to the package module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants