AW: [ansible-project] how to install tagged release

2014-10-07 Thread Torsten Reinhard
Gesendet: ‎07.‎10.‎2014 17:13 An: "ansible-project@googlegroups.com" Betreff: Re: [ansible-project] how to install tagged release It would be a mistake to revert to a previous version of Ansible that does not contain all the security fixes in the 1.6 series. It might be more inter

Re: [ansible-project] how to install tagged release

2014-10-07 Thread Igor Homyakov
Hi, with `pip` you can install any version of python package you want in you case it will be pip install ansible=='1.6.6' I would recommend you to use requirements.txt to pin certain version of python packages https://pip.readthedocs.org/en/1.1/requirements.html -- Best, Igor On Tue, Oct

Re: [ansible-project] how to install tagged release

2014-10-07 Thread Michael DeHaan
It would be a mistake to revert to a previous version of Ansible that does not contain all the security fixes in the 1.6 series. It might be more interesting to figure out what's going on with your command that appears to hang and power through it. On Tue, Oct 7, 2014 at 9:17 AM, Torsten Reinh

[ansible-project] how to install tagged release

2014-10-07 Thread Torsten Reinhard
Hi all, for weeks we´ve been successfully using Ansible 1.6.6 - now we got an update due to our current setup based just on "yum install ansible", so we have version 1.7-1.el6. After this update I ran into some problems, Ansible hangs when invoking an "install.sh" in our playbook - without an

[ansible-project] how to install tagged release

2014-10-07 Thread Torsten Reinhard
Hi all, for weeks we´ve been successfully using Ansible 1.6.6 - now we got an update due to our current setup based just on "yum install ansible", so we have version 1.7-1.el6. After this update I ran into some problems, Ansible hangs when invoking an "install.sh" in our playbook - without an