Before I pollute the issue tracker, cannot get v1 code to source properly.
$ git show commit 0826106441d15820d086c1c9eaf6242aa80e4406 Author: Brian Coca <**snip**@gmail.com> Date: Wed Jun 3 22:19:26 2015 -0400 $ ansible --version ansible 2.0.0 (devel 0826106441) last updated 2015/06/03 21:55:07 (GMT -500) lib/ansible/modules/core: (detached HEAD b138411671) last updated 2015/06/03 00:37:46 (GMT -500) lib/ansible/modules/extras: (detached HEAD 1276420a3a) last updated 2015/06/03 00:37:50 (GMT -500) v1/ansible/modules/core: (detached HEAD f8d8af17cd) last updated 2015/06/03 00:37:54 (GMT -500) v1/ansible/modules/extras: (detached HEAD 495ad450e5) last updated 2015/06/03 00:37:58 (GMT -500) configured module search path = None $ source v1/hacking/env-setup python: can't open file 'setup.py': [Errno 2] No such file or directory Setting up Ansible to run out of checkout... Problem is in gen_egg_info(). $ANSIBLE_HOME is set to /path/ansible/v1 but the setup.py is in /path/ansible. I just copied the setup.py into v1 and the source works. But I don't know if that is the right solution or the right way to solve the problem. And now all my v1 plays throw AttributeError: 'module' object has no attribute 'DEFAULT_SELINUX_SPECIAL_FS' -- 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/d2423b08-68c5-49d0-a2de-273dc5c82266%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
