Found a 1.9 regression that it would be great if it can be fixed for 1.9.1: https://github.com/ansible/ansible/issues/10661
On Tuesday, April 7, 2015 at 10:53:31 PM UTC+3, Matt Martz wrote: > > Where did you grab the tarball from? GitHub? If so then that would be > expected since the module repos are separate from the core repo, you only > pulled 1 of 3 required if you do it that way. > > You can do it directly via pip with the following command: > > pip wheel git+ > https://github.com/ansible/[email protected]#egg=ansible > > pip will handle updating the submodules and such for you. > > On Tue, Apr 7, 2015 at 2:14 PM, Anand Buddhdev <[email protected] > <javascript:>> wrote: > >> I didn't clone the repo. I fetched the tarball, and built the wheel from >> it, like this: >> >> $ pip wheel --no-deps ansible-1.9.1-0.1.rc1.tar.gz >> >> On Tuesday, 7 April 2015 21:10:55 UTC+2, James Cammarata wrote: >> >> Hi Anand, when you cloned the repo, did you update the submodules? >>> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/ansible-project/0af64e46-4595-4e02-abf1-1e7888132dca%40googlegroups.com >> >> <https://groups.google.com/d/msgid/ansible-project/0af64e46-4595-4e02-abf1-1e7888132dca%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Matt Martz > @sivel > sivel.net > -- 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/2bb60e4a-3e59-4b41-9956-d50f37b9ba26%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
