-
Notifications
You must be signed in to change notification settings - Fork 114
Doesn't seem to work with ansible > 2.0 #32
Comments
I resolved this by specifying the path to the python executable specifically (instead of To investigate this further, I'd suggest appending -vvv to the command, which will give you the python stack trace. |
@andrewhowdencom Yeah, that worked for me too. Thanks! |
that worked for me ! |
@andrewhowdencom Could you please elaborate what you changed exactly? Thanks in advance! |
Became
Docs now reflect the accurate instructions, commit is here: |
@andrewhowdencom Turns out that Ansible 2.0 behaves differently than 2.1. With 2.0 it was working, but with 2.1 not... After changing the path I at least don't see an error message for a missing Python interpreter anymore. But now I got
on CoreOS latest stable. Any clues? Thanks in advance! |
I'm afraid not! I haven't looked at this recently. notable changes are
Last image tested was 1010-5-0. |
Bootstrapping on ansible 2.0 produces:
While bootstrapping on ansible 2.1 and 2.2:
It seems the script stopped working on recent ansible versions. Are there plans to update it?
The text was updated successfully, but these errors were encountered: