Yes, the rest the script (stripped out for brevity) works fine. checked for all needed packages in both versions of python, but ansible insists on its own (python2) version of yaml. is there a way around that? like telling ansible not to use its own yaml?
ill probably just generate a static inventory file, but that seems silly when the only issue a different version of the same language. On Tuesday, July 14, 2015 at 8:47:58 PM UTC-7, Brian Coca wrote: > > so ansible uses python2 which would require yaml to work and seems to > be installed correctly, but your script uses python3, did you install > yaml for python 3? > > > -- > Brian Coca > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/feb55909-079b-44e1-b05f-2bb6ce4a24aa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
