defunctzombie / ansible-coreos-bootstrap

[NOT MAINTAINED] bootstrap a coreos machine for control via ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: "python isn't present on the system. Unable to compute checksum"

fiunchinho opened this issue · comments

I was using this role without any problems so far, but suddenly it stopped working. Probably it's not compatible with newer CoreOS versions.

When I try to execute the role I get the following error while trying to copy the get-pip file into the CoreOS machine: python isn't present on the system. Unable to compute checksum

I set the ansible_python_interpreter to /home/core/bin/python, but still the error shows up. Any clues?

I'm having the same problem inside a Ubuntu Xenial Docker container running on a Fedora 25 host. Perhaps it has something to do with the link? /usr/bin/python is a link to /usr/bin/python2.7 on Xenial.