Ansible 2.0 is still in release candidate, and pre releases are not pushed to pypi.
If you wish to install via pip, the following should work: pip install http://releases.ansible.com/ansible/ansible-2.0.0-0.6.rc1.tar.gz On Saturday, November 21, 2015, Brian Huddleston <[email protected]> wrote: > When will we be able to install v2.0 via PIP? (I'm still seeing 1.9.4) > > On Thursday, November 19, 2015 at 1:52:46 PM UTC-8, James Cammarata wrote: >> >> Hi all, for those not at AnsibleFest we have officially release the first >> release candidate for Ansible 2.0! >> >> For details and background, please see the original beta announcement >> here: >> https://groups.google.com/d/msg/ansible-project/_hTjEIpbA_Y/GtllImCkCQAJ >> >> How do you get it? >> ---------------------------------------------------------------------- >> >> The tar.gz of the release can be found here: >> >> http://releases.ansible.com/ansible/ansible-2.0.0-0.6.rc1.tar.gz >> SHA256: 6d45c6ed5c36e92e3fce32f971bd6e2c58a4d5cf892b2af5dd9fa6874fc4ee6c >> >> You can also test against the git repository as follows: >> >> $ git clone https://github.com/ansible/ansible.git >> $ cd ansible >> $ git checkout v2.0.0-0.6.rc1 >> $ git submodule update --init >> >> You can then source our testing script: >> >> $ . hacking/env-setup >> >> or you can build your own .tar.gz (output will be >> dist/ansible-2.0.0.tar.gz): >> >> $ make sdist >> >> If you discover any errors related to this beta release, or if you see >> any regressions from playbooks which work on 1.9.x and prior, please open a >> Github issue and be sure to mention you're testing against this release >> candidate. >> >> Thanks! >> >> James Cammarata >> Director, Ansible Core Engineering >> github: jimi-c >> > -- > 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:_e(%7B%7D,'cvml','ansible-project%[email protected]');> > . > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/35a30f05-892f-4d80-a875-1302fc0d1b9a%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/35a30f05-892f-4d80-a875-1302fc0d1b9a%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/CAD8N0v-rhjJECORiTZKg2uEmba%2Btk0tokyWxsSa_SXHy7RedZg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
